mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed space between content and header.
This commit is contained in:
parent
ebbc882a89
commit
4daa1eaf54
@ -40,7 +40,7 @@ form input {
|
||||
}
|
||||
#header-right .alert {
|
||||
position: relative;
|
||||
background: url('alert.gif') no-repeat;
|
||||
/* background: url('alert.gif') no-repeat; */
|
||||
background-position: 4px 2px;
|
||||
color: #fff;
|
||||
height: 17px;
|
||||
@ -68,6 +68,9 @@ form input {
|
||||
}
|
||||
|
||||
#content {
|
||||
border-top: 1px solid #FFFFFF;
|
||||
margin-top: 0px;
|
||||
padding-top: 0px;
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
@ -104,7 +107,7 @@ form input {
|
||||
#navigation {
|
||||
position: relative;
|
||||
background-color: #000000;
|
||||
top: 5px;
|
||||
top: 0px;
|
||||
left: 5px;
|
||||
width: 157px;
|
||||
padding-top: 6px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user