]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Various minor theme enhancements in neo-gnu
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 30 Nov 2015 01:31:51 +0000 (02:31 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 30 Nov 2015 01:31:51 +0000 (02:31 +0100)
theme/neo-gnu/css/display.css

index be9b80d41c5b9fbad12b35f552d2a408cccd3490..db814aa28e6d808b3c3a7622222181dd6306cb6f 100644 (file)
@@ -236,10 +236,10 @@ address img {
 
 /* site nav local views */
 
-#site_nav_local_views H3 {
-    margin-bottom: 10px;
-    padding-bottom: 6px;
-    background: url('../images/brdr_black_dot.png') repeat-x bottom left;
+#site_nav_local_views h3 {
+    border-bottom: 1px dashed gray;
+    margin-bottom: 1ex;
+    padding-bottom: 1ex;
     color: #7a7c87;
     font-size: 1.1em;
     letter-spacing: 2px;
@@ -249,11 +249,9 @@ address img {
 
 #site_nav_local_views a {
     display: block;
-    width: 118px;
-    padding: 0px 10px 1px 10px;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
-    border-radius: 4px;
+    line-height: 1em;
+    padding: 1ex;
+    border-radius: 0.5ex;
     text-transform: uppercase;
     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
     word-wrap: break-word;