Changed the menu background to a css gradient
This commit is contained in:
parent
5d0ccee041
commit
e5790ca013
Binary file not shown.
Before ![]() (image error) Size: 744 B |
15
template.css
15
template.css
@ -212,21 +212,18 @@ button:disabled, input[type="submit"]:disabled {
|
||||
}
|
||||
|
||||
#menu {
|
||||
height: 35px;
|
||||
border-top: 0px none;
|
||||
background-image: url("images/head-menu-row-repeater.gif");
|
||||
background-position: left bottom;
|
||||
background-repeat: repeat-x;
|
||||
background-color: #002E5F;
|
||||
background-image: linear-gradient(#002e5f,
|
||||
#002e5f 4px,
|
||||
#f1f1f1 4px,
|
||||
#dfdfdf);
|
||||
margin: 0px;
|
||||
font-size: 130%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#menu .item {
|
||||
padding: 8px 12px;
|
||||
margin-left:6px;
|
||||
margin-right: 6px;
|
||||
padding: 8px 12px 4px;
|
||||
margin: 0 6px;
|
||||
text-decoration: none;
|
||||
color: #005B7F;
|
||||
height: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user