summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-04-07 17:33:56 +0200
committerSiri Reiter <siri@jones.dk>2013-04-07 17:33:56 +0200
commit703e69b8d376cad477c511c25e2ce93b064a308a (patch)
tree33456a1309c556ac860a060de1160371f967f54c /local.scss
parent3db38212c2393e7d051fd2672a38dfd98fe4f14d (diff)
Right-align topbar and diminish space between list items.
Diffstat (limited to 'local.scss')
-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 {