Changeset 78 for themes/townsvilleforums


Ignore:
Timestamp:
04/12/06 22:38:18 (5 years ago)
Author:
nigel
Message:

tried to free up some space by trimming padding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/townsvilleforums/style.css

    r77 r78  
    248248#main { 
    249249  /* padding in px not ex because IE messes up 100% width tables otherwise */ 
    250   padding: 30px 35px 50px 35px; 
     250  padding: 5px 5px 5px 5px; 
    251251  background: transparent url(background.png) center center no-repeat; 
    252252  /* fix background overlapping text in IE (aka Peekaboo Bug) */ 
     
    280280  width: 175px; 
    281281  /* padding in px not ex because IE messes up 100% width tables otherwise */ 
    282   padding: 25px 10px 75px 10px; 
     282  padding: 25px 5px 75px 5px; 
    283283  vertical-align: top; 
    284284  background: #FFFAF0; 
Note: See TracChangeset for help on using the changeset viewer.