This repository was archived by the owner on Oct 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -1343,25 +1343,22 @@ ul.menu ul ul ul li.pie_hover ul {
1343
1343
/* Fully browser compatible, works with screenreaders but doesn't work with images off/css on */
1344
1344
/*#nav ul.menu li a {display:block;width:100px;height:20px;background:url(../images/logo.png) -50px -50px no-repeat}
1345
1345
#nav ul.menu li a span{display:block;width:0;height:0;overflow:hidden;}*/
1346
+
1346
1347
/* -- CSS Clearing -- */
1347
- .clearfix : after , .clearfix : before {
1348
- clear : both;
1349
- content : "." ;
1350
- font : 1 px/0;
1351
- display : block;
1352
- height : 0 ;
1353
- visibility : hidden;
1348
+ .clearfix : before ,
1349
+ .clearfix : after {
1350
+ content : "\0020" ;
1351
+ display : block;
1352
+ height : 0 ;
1353
+ overflow : hidden;
1354
1354
}
1355
1355
1356
- /*:before is for gutter margin top*/
1357
- .clearfix {
1358
- display : inline-block;
1359
- display : block;
1360
- min-width : 0 ;
1356
+ .clearfix : after {
1357
+ clear : both;
1361
1358
}
1362
1359
1363
- * html .clearfix {
1364
- height : 1% ;
1360
+ .clearfix {
1361
+ zoom : 1 ;
1365
1362
}
1366
1363
1367
1364
.clear {
You can’t perform that action at this time.
0 commit comments