diff options
-rw-r--r-- | public/stylesheets/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index b9904feee..83899563f 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -135,7 +135,8 @@ div.lang { #topnav { background: transparent; top: 120px; - left: 115px; + margin-left: 115px; + width: auto; font-family:'DeliciousRoman', Arial, sans-serif; font-size: 18px; } |