Fixed css clear things and pages.

This commit is contained in:
Niels Serup
2012-04-19 22:04:59 +02:00
parent b695e934bb
commit ced86798aa
4 changed files with 13 additions and 9 deletions

View File

@@ -81,7 +81,6 @@ a:hover {
h1, h2, h3, h4, h5, h6 {
font-family: 'Dejavu Serif', FreeSerif, 'Nimbus Roman', Georgia, serif;
font-weight: normal;
clear: both;
}
h1 {
@@ -388,6 +387,10 @@ div.left-float, img.left-float, video.left-float, audio.left-float {
display: inline;
}
.clear {
clear: both;
}
.noclear, div.caption.noclear {
clear: none !important;
}