File: s3.css

package info (click to toggle)
libcss-minifier-perl 0.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 189; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* from http://www.positioniseverything.net/easyclearing.html */    
/* from http://www.positioniseverything.net/easyclearing.html */    
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */