css: header: logo text, menu padding
Align the logo/text with the menu, and add more horizontal padding there, to make it better looking with the increased height.
This commit is contained in:
parent
6d65ae81c9
commit
ba8677fc50
|
@ -76,7 +76,7 @@ blockquote{
|
|||
font-weight: bold;
|
||||
position: relative;
|
||||
margin: 0px;
|
||||
top:33px;
|
||||
top:25px;
|
||||
display:block;
|
||||
float:left;
|
||||
background: url(images/bg_t.gif) no-repeat;
|
||||
|
@ -114,7 +114,7 @@ blockquote{
|
|||
|
||||
#menu li a {
|
||||
display: block;
|
||||
padding: 20px 10px 50px 10px;
|
||||
padding: 20px 15px 50px 15px;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue