Dotclear


Ignore:
Timestamp:
05/08/11 08:17:47 (14 years ago)
Author:
kozlika
Branch:
default
Children:
214:82ab687392d6, 215:c1cfdc396b3e
Message:

A better way to clearfix (cf.  http://nicolasgallagher.com/micro-clearfix-hack/ )

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r209 r213  
    166166     border: 1px solid #ddd; 
    167167} 
    168      #content:after {clear:both; content:""; display:block; height:0; font-size:0;} 
     168     /* Micro clearfix thx to Nicolas Gallagher */ 
     169     #content:before, #content:after {content:"";display:table;} 
     170     #content:after {clear:both;} 
     171 
    169172#main-menu { 
    170173     width: 13em; 
  • admin/style/iesucks.css

    r29 r213  
     1#content {zoom:1;} 
    12label .maximal, textarea.maximal, input.maximal { 
    23     width : 98% !important; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map