summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/local.scss b/local.scss
index fce121f..a2acb65 100644
--- a/local.scss
+++ b/local.scss
@@ -53,11 +53,10 @@ DIV.inlinefooter {
}
DIV.topbar {
- float: right;
- margin: 0;
+ float: left;
+ margin: 0 1em 0 0;
padding: 0;
- text-align: center;
- width: 75%;
+ text-align: left;
}
DIV.topbar a {
@@ -66,12 +65,12 @@ DIV.topbar a {
DIV.topbar ul {
list-style-type: none;
- padding: 0;
+ padding: 0 2em;
}
DIV.topbar ul li {
display: inline;
- margin: 0 5%;
+ margin: 0 4% 0 0;
}
DIV.sidebar {