From: eggy Date: Mon, 3 Jul 2017 06:54:02 +0000 (+0200) Subject: groessere Schrift fuers Seitenmenue X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=2cefc2b36df66ebaaf755d7a8049183ea6d41e7f;p=dfde-theme.git groessere Schrift fuers Seitenmenue 0.75rem sieht (hier) gut aus bei unter 0.72rem wuerde "unbeantw. Beitraege" in eine Zeile passen ... --- diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 09ad532..f2aad88 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -242,11 +242,27 @@ url("./images/icon_post_quote.gif") padding: 0.1em 0.2em; text-transform: uppercase; width: 80%; -border-radius: 3px; + border-radius: 3px; + font-size: 0.8rem; } - +.menusubitem { + -moz-border-bottom-colors: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + /* background-color: #f0f0f0; */ + border-color: #d0d0d0 #d0d0d0 #d0d0d0 #dd0d0d0; + border-image: none; + border-style: solid; + color: #000000; + margin: 0.5em 0.2em 0; + padding: 0.1em 0.2em; + border-radius: 3px; + width: 80%; + font-size: 0.75rem; +}