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; +}