Facebook
From CerberuS, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 190
  1. /*
  2.         Special styles for Safari (and other Webkit-based browsers like Chrome)
  3.         Webkit needs this otherwise the post goes off to the right.
  4.         Causes issues in IE browsers, and breaks cached search engines pages.
  5. */
  6.  
  7. table.table_list tbody.header td div.cat_bar
  8. {
  9.         margin-bottom: 0px;
  10. }
  11.