Changeset 9804 for extensions/kardon


Ignore:
Timestamp:
Mar 21, 2011, 11:50:17 AM (13 years ago)
Author:
plg
Message:

only apply big margin-left on #theCategoryPage .content and not #content on all pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/kardon/theme.css

    r9803 r9804  
    2626        color: gray;
    2727}
     28#theCategoryPage .content {
     29        margin-left: 260px;
     30}
     31
    2832#content {
    29         margin-left: 260px;
    3033        padding: 40px 10px 10px;
    3134        zoom:1;
    32 
    3335}
    3436
Note: See TracChangeset for help on using the changeset viewer.