Minor CSS changes
This commit is contained in:
parent
a602d7d657
commit
8f333b1715
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ a:hover { text-decoration: underline; }
|
|||
#interface {
|
||||
float: right;
|
||||
width: 460px;
|
||||
margin-top: 34px;
|
||||
margin-top: 23px;
|
||||
}
|
||||
|
||||
#interface p {
|
||||
|
|
@ -75,6 +75,8 @@ a:hover { text-decoration: underline; }
|
|||
padding: 4px 1px;
|
||||
}
|
||||
|
||||
#hsv a { margin-top: 4px; }
|
||||
|
||||
#img_input {
|
||||
border: 1px solid #c9c9c9;
|
||||
padding: 4px;
|
||||
|
|
|
|||
Reference in a new issue