Published in: Other
/* 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;}
Comments
Subscribe to comments
You need to login to post a comment.

I like to place something like this at the bottom of my global css stylesheet so I always "have a way out": ability to override default properties without writing new classes for it.