/ Published in: CSS
Expand |
Embed | Plain Text
/* ======= utils ======= */ /* BEGIN clearfix */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .clearfix { zoom: 1; } /* IE6 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */ /* END clearfix */ /* ======= ad-hoc ======= */ /* BEGIN stipulated clearfix */ div#siteHeader:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html div#siteHeader { zoom: 1; } *:first-child+html div#siteHeader { zoom: 1; } /* END stipulated clearfix */ /* ======= site ======= */ div#siteHeader { } div#siteLogo { float: left; } div#siteLogoGraphic { } div#siteLogoText { } div#siteLogoCaption { } /* div#siteLogo */ div#siteNavigation { float: left; } div#siteNavigation ul.menu { padding: 0; } div#siteNavigation ul.menu li { display: inline-block; *zoom: 1; *display: inline; } div#siteNavigation ul.menu li.leaf { } /* div#siteNavigation */ /* div#siteHeader */
You need to login to post a comment.
