webkit.css 283 B

123456789
  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. table.table_list tbody.header td div.cat_bar {
  7. margin-bottom: -1px;
  8. }