change the CSS a bit (top menu)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
33d26e17b4
commit
34c806d817
|
@ -6,7 +6,6 @@
|
|||
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
background: url(/images/top_bg.gif);
|
||||
background-repeat: repeat-x;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
|
@ -63,9 +62,9 @@ blockquote{
|
|||
#top {
|
||||
font-size: 0.8em;
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
height: 68px;
|
||||
color: #fff;
|
||||
background: #000 url(/images/top_bg.gif);
|
||||
/*background: #000 url(/images/top_bg.gif);*/
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
|
@ -73,7 +72,7 @@ blockquote{
|
|||
color: White;
|
||||
letter-spacing: 3px;
|
||||
font-size: 2.0em;
|
||||
font-weight: normal;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
margin: 0px;
|
||||
top:33px;
|
||||
|
@ -114,7 +113,7 @@ blockquote{
|
|||
|
||||
#menu li a {
|
||||
display: block;
|
||||
padding: 55px 10px 12px 10px;
|
||||
padding: 15px 10px 12px 10px;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue