Browse Source

CSS tweaks

Nicolas Petton 11 years ago
parent
commit
13c4d2a1dd
1 changed files with 7 additions and 0 deletions
  1. 7 0
      css/helios.css

+ 7 - 0
css/helios.css

@@ -135,6 +135,12 @@ i {
     margin-right: 2px;
 }
 
+.dropdown-menu {
+    border-radius: 0;
+    padding: 0;
+    margin: 3px;
+}
+
 .nav-pills > .active > a {
     background-color: #ddd;
     background-image: linear-gradient(top, #ddd, #bababa);
@@ -142,6 +148,7 @@ i {
     background-image: -webkit-linear-gradient(top, #ddd, #bababa);
     background-image: -o-linear-gradient(top, #ddd, #bababa);
     color: #fff;
+    text-shadow: 0 0 0;
 }
 
 .focused .nav-pills {