Merge branch 'top-menu' of https://github.com/psychon/awesome-www
This commit is contained in:
commit
75daefec4c
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
|
|
||||||
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;
|
||||||
|
@ -62,7 +63,7 @@ blockquote{
|
||||||
#top {
|
#top {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 68px;
|
height: 88px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
/*background: #000 url(images/top_bg.gif);*/
|
/*background: #000 url(images/top_bg.gif);*/
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
@ -75,7 +76,7 @@ blockquote{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
top:33px;
|
top:25px;
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
background: url(images/bg_t.gif) no-repeat;
|
background: url(images/bg_t.gif) no-repeat;
|
||||||
|
@ -113,7 +114,7 @@ blockquote{
|
||||||
|
|
||||||
#menu li a {
|
#menu li a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 15px 10px 12px 10px;
|
padding: 20px 15px 50px 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue