tabs-adv.css 252 B

1234567891011121314151617
  1. .new-tab {
  2. background-image:url(images/new_tab.gif) !important;
  3. }
  4. .tabs {
  5. background-image:url(images/tabs.gif ) !important;
  6. }
  7. .list {
  8. padding-left: 16px;
  9. padding-bottom: 10px;
  10. }
  11. .list li{
  12. list-style: square;
  13. padding: 2px;
  14. }