Changed the menu background to a css gradient

This commit is contained in:
Erik Thuning 2019-06-12 13:38:18 +02:00
parent 5d0ccee041
commit e5790ca013
2 changed files with 6 additions and 9 deletions

Binary file not shown.

Before

(image error) Size: 744 B

@ -212,21 +212,18 @@ button:disabled, input[type="submit"]:disabled {
} }
#menu { #menu {
height: 35px; background-image: linear-gradient(#002e5f,
border-top: 0px none; #002e5f 4px,
background-image: url("images/head-menu-row-repeater.gif"); #f1f1f1 4px,
background-position: left bottom; #dfdfdf);
background-repeat: repeat-x;
background-color: #002E5F;
margin: 0px; margin: 0px;
font-size: 130%; font-size: 130%;
position: relative; position: relative;
} }
#menu .item { #menu .item {
padding: 8px 12px; padding: 8px 12px 4px;
margin-left:6px; margin: 0 6px;
margin-right: 6px;
text-decoration: none; text-decoration: none;
color: #005B7F; color: #005B7F;
height: 100%; height: 100%;