Posted By


soxiam on 08/24/06

Tagged


Statistics


Viewed 513 times
Favorited by 0 user(s)

css overriding controls


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* OVERRIDING CONTROLS #################### */
  2. .rightalign {text-align: right !important;}
  3. .leftalign {text-align: left !important;}
  4. .centeralign {text-align: center !important;}
  5. .nomargin {margin: 0 !important;}
  6. .nopadding {margin: 0 !important;}
  7. .noborder {border: none !important;}
  8. .largertext {font-size: 200% !important;}
  9. .smallertext {font-size: 90% !important;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.