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 {
|
body {
|
||||||
margin: 0px;
|
|
||||||
background: url(/images/top_bg.gif);
|
background: url(/images/top_bg.gif);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
font-family: Verdana, Arial, sans-serif;
|
font-family: Verdana, Arial, sans-serif;
|
||||||
|
@ -63,9 +62,9 @@ blockquote{
|
||||||
#top {
|
#top {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 88px;
|
height: 68px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #000 url(/images/top_bg.gif);
|
/*background: #000 url(/images/top_bg.gif);*/
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,7 +72,7 @@ blockquote{
|
||||||
color: White;
|
color: White;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
font-size: 2.0em;
|
font-size: 2.0em;
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
top:33px;
|
top:33px;
|
||||||
|
@ -114,7 +113,7 @@ blockquote{
|
||||||
|
|
||||||
#menu li a {
|
#menu li a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 55px 10px 12px 10px;
|
padding: 15px 10px 12px 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue