Tweak the mobile style a little

This commit is contained in:
Tom Hughes 2012-03-29 00:29:40 +01:00
parent 6072618f47
commit 6e047b67f0

View file

@ -18,7 +18,8 @@ h1 {
/* Rules for tabbed navigation bar */ /* Rules for tabbed navigation bar */
#top-bar { #top-bar {
margin: 0; margin: 0px;
height: 19px;
} }
#tabnav { #tabnav {
@ -97,11 +98,13 @@ h1 {
/* Rules for the main content area */ /* Rules for the main content area */
#content { #content {
left: 10px; left: 0px;
right: 10px; right: 0px;
top: 47px; top: 38px;
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;
border-left: 0px;
border-right: 0px;
} }
#content.site_index { #content.site_index {