Corrected margins for #banner elements.

This commit is contained in:
Matthias Mees 2012-12-05 07:54:20 +01:00
parent 798c86e5ff
commit a9f33abfe2

View File

@ -680,7 +680,7 @@ a:hover, a:focus { color: #d06604; }
h1 {
font-size: 1.71429em;
line-height: 1.75em;
margin: 0.875em 0;
margin: 0.875em 0 0;
}
h2 {
@ -870,7 +870,7 @@ summary { cursor: pointer; }
h1 {
font-size: 2em;
line-height: 1.5em;
margin: 0.75em 0;
margin: 0.75em 0 0;
}
h2 {
@ -918,6 +918,8 @@ summary { cursor: pointer; }
#banner, #user_menu { width: 48%; }
.lt-ie8 #banner, .lt-ie8 #user_menu { width: 47.5%; }
#banner>span { margin: 0 0 1.5em; }
#user_menu {
clear: none;
text-align: right;