diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-09-05 15:31:31 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-09-05 15:31:31 +0100 |
commit | 2a76d8e4291f97b69482269b2b792265d787d87e (patch) | |
tree | c8df2ad3b1448e0ce54f7f98891ddd586834e3f1 | |
parent | cc86cc0c1becab86244bbede9b7aea856a9da78b (diff) |
Reinstate missing font sizing / face
-rw-r--r-- | public/stylesheets/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index f1dbe5304..a00a1b21f 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -128,6 +128,8 @@ div.lang { #topnav { background: transparent; top: 120px; + left: 115px; + font-family:'DeliciousRoman', Arial, sans-serif; font-size: 18px; } |