Tweak the mobile style a little
This commit is contained in:
parent
6072618f47
commit
6e047b67f0
1 changed files with 7 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue