Browse Source

restyling

Fernando Ribeiro 9 years ago
parent
commit
89ea11baf9
1 changed files with 2 additions and 6 deletions
  1. 2 6
      style.css

+ 2 - 6
style.css

@@ -11,12 +11,8 @@
 }
 
 .lsb-link {
-    /* crude button styles */
-    text-decoration: none;
-    color: #444;
     font-size: .75em;
-    font-weight: bold;
-    padding: 0.5em .5em .5em 2.5em;
+    padding: 0.75em .75em .75em 2.5em;
     background-color: #f5f5f5;
     border-radius: 2px;
     box-shadow: 0 0 .5em #999;
@@ -25,10 +21,10 @@
 
 .lsb-link:hover, .lsb-link:active, .lsb-link:focus {
     color: #000;
+    background-color: #e5e5e5;
 }
 
 [class*="ico-"] {
-    display: inline-block;
     background-size: 16px 16px;
     background-repeat: no-repeat;
     background-position: 6px center;