Changes

no edit summary
Line 310: Line 310:  
/*Fuck this, new CSS inbound, because wikia*/
 
/*Fuck this, new CSS inbound, because wikia*/
 
.dropbutton {
 
.dropbutton {
     border: 1px solid blue;
+
     border-style: solid;
 
     border-radius: 5px;
 
     border-radius: 5px;
 +
    border-width: 1px;
 +
    border-color: blue;
 
}
 
}