Changeset 9741


Ignore:
Timestamp:
Mar 17, 2011, 1:18:27 PM (13 years ago)
Author:
patdenice
Message:

Correct display with sylvia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/theme/stuffs_index.css

    r9737 r9741  
    66  background-color: transparent;
    77  background-image: none;
    8   border: none;
     8  border: none !important;
    99  margin-top: 0;
    1010  margin-bottom: 0;
     
    1212
    1313#the_page .stuffs {
    14   margin: 0 0 1em;
     14  margin: 0 0 1em !important;
    1515  overflow: hidden;
    1616}
     
    1818#the_page .right_block {
    1919  float: right;
    20   margin: 0 0 0 1em;
     20  margin: 0 0 0 1em !important;
    2121}
    2222
    2323#the_page .left_block {
    2424  float: left;
    25   margin: 0 1em 0 0;
     25  margin: 0 1em 0 0 !important;
    2626}
    2727
    2828#the_page .middle_block {
    2929  overflow: hidden;
    30   margin: auto;
     30  margin: auto !important;
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.