Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 0.36 KB | Hits: 10 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. from
  2. a.forumlink {
  3.         color: #ff1200;
  4.         font-weight: bold;
  5.         font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  6.         font-size: 1.2em;
  7. }
  8.  
  9. to
  10. a.forumlink {
  11.         color: #ff1200;
  12.         font-weight: bold;
  13.         font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  14.         font-size: 1.2em;
  15.         text-align:center;
  16. }