]> git.aero2k.de Git - dfde-theme.git/commitdiff
groessere Schrift fuers Seitenmenue
authoreggy <eggy@localhost>
Mon, 3 Jul 2017 06:54:02 +0000 (08:54 +0200)
committereggy <eggy@localhost>
Mon, 3 Jul 2017 06:54:02 +0000 (08:54 +0200)
0.75rem sieht (hier) gut aus
bei unter 0.72rem wuerde "unbeantw. Beitraege" in eine Zeile passen ...

theme/stylesheet.css

index 09ad5324225bda0344fb102626a2cb62aeb685b0..f2aad88f51ebfefcf27fab9e5d9d217ced2834d0 100644 (file)
@@ -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;
+}