summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-07-12 15:09:26 +0200
committerLeif Johansson <leifj@sunet.se>2010-07-12 15:09:26 +0200
commit3a0e5281f9d676f203ff3a1c5e29d451511c8e00 (patch)
tree77b0526a4bfd3ec59e90dab6c063a2df6cfb4c7b /templates
parent9fa6941d2e811a335477dc0270cde30e9d48a62a (diff)
reduce branding font size a bit
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 164f67a..7a56ee3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -64,7 +64,7 @@
.navlist ul { list-style: none; padding: 0; margin: 0; }
.navlist li { float: left; display: inline; margin: 0 0.15em; }
.description { clear: both; margin-top: 25px; padding-top: 5px; border-top: 1px solid black; }
- #branding{ font: 300% "Trebuchet MS", sans-serif; margin-left: 50px; margin-bottom: 20px; float: left}
+ #branding{ font: 300% "Trebuchet MS", sans-serif; margin-bottom: 20px; float: left}
#linklist { float: right; margin-right: 50px; }
#linklist ul{ list-style: none; padding: 0; margin: 0; }
#linklist li{ float: left; margin: 0 0.15em}