stubbornella / oocss

Object Oriented CSS Framework

Home Page:http://stubbornella.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest commit breaks mod.css

aglemann opened this issue · comments

Incorrectly formatted comment on line 35:

.pop .tr{float:right;margin-right:-10px;_display:inline;/fix double margin bug/}

The comment is now properly formatted, but the pop mod is still broken - corners are not aligned and/or invisible. It's clearly visible in mod_doc.html

this change in mod.css generated a bug with extend pop in any browsers :(

solution: revert code (line 10):
.bd,.ft, .hd{overflow:hidden; *overflow:visible; zoom:1;}

for:
.bd,.ft, .hd{display: inline-block; width:100%; *display:block; *width:auto; zoom:1;}
.inner:after,.hd:after,.bd:after,.ft:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.inner{position:relative;}