Ändringar

48 byte lades till ,  31 augusti 2013 kl. 17.14
ingen redigeringssammanfattning
Rad 43: Rad 43:  
.vectorTabs li.selected {  
 
.vectorTabs li.selected {  
 
     border-bottom: none;
 
     border-bottom: none;
     background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 0)));
+
     background: -webkit-gradient(
}
+
    linear,
 +
    left bottom,
 +
    left top,
 +
    color-stop(1, rgba(0,0,0,0.0)), /* Top */
 +
    color-stop(0, rgba(0,0,0,1.0)) /* Bottom */
 +
}
 
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }
 
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }