Changeset 145

Show
Ignore:
Timestamp:
08/27/10 16:58:40 (18 months ago)
Author:
gnum
Message:

Small fix, using just width instead on min-width for that does not seem to be appreciated by all browsers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/views/default/edufeedr/css.php

    r143 r145  
    242242#edufeedr_educourse_de_table { 
    243243        padding-bottom: 15px; 
    244     min-width: 730px; 
     244    width: 730px; 
    245245} 
    246246 
     
    250250 
    251251#edufeedr_educourse_bc_table { 
    252     min-width: 730px; 
     252    width: 730px; 
    253253} 
    254254