Difference between revisions of "User:AcDie/vector.css"

From RimWorld Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
/* <source lang="css"> */
 
/* <source lang="css"> */
 
.catlinks li {margin: 0 0 0 0 !important;}
 
.catlinks li {margin: 0 0 0 0 !important;}
#mtoggle {
+
#mtoggle { display:block; width:50px; height:50px; }
display:block;  
+
#mtoggle:after {content:A}
width:50px;  
+
#mtoggle:before {content:B}
height:50px;
 
font: 16px/1em 'Glyphicons Regular';
 
}
 
#mtoggle:after {content:&#xE174; }
 
 
/* </source> */
 
/* </source> */

Revision as of 11:33, 11 March 2014

/* <source lang="css"> */
.catlinks li {margin: 0 0 0 0 !important;}
#mtoggle { display:block; width:50px; height:50px; }
#mtoggle:after {content:A}
#mtoggle:before {content:B}
/* </source> */