Return to Snippet

Revision: 972
at August 24, 2006 08:29 by soxiam


Initial Code
/* OVERRIDING CONTROLS #################### */
.rightalign {text-align: right !important;}
.leftalign {text-align: left !important;}
.centeralign {text-align: center !important;}
.nomargin {margin: 0 !important;}
.nopadding {margin: 0 !important;}
.noborder {border: none !important;}
.largertext {font-size: 200% !important;}
.smallertext {font-size: 90% !important;}

Initial URL


Initial Description


Initial Title
css overriding controls

Initial Tags
css, textmate

Initial Language
Other