[TASK] Add small clearing div after last column-container.

This commit is contained in:
Jan Philipp Timme 2013-09-11 01:09:03 +02:00
parent 3120140ef0
commit 29865c0142
2 changed files with 5 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<p>Hallo!<br>Ich bin ein langweiliger Blindtext damit der Entwickler sehen kann, wie der ganze Kram in etwa mal aussehen wird.<br>Ein paar Sätze pro Absatz und gut ist! ;-)</p><p>Bitte beachte mich nicht weiter, ich war eh nie wirklich wichtig.</p><p>Achja: Ich grüße alle die mich kennen!<br>Macht's gut!</p>
</div>
</div>
<div class="clear-both"></div>
</div> <!-- content-grid-container -->
</div> <!-- nonfooter-content-container -->
</div><!-- wrap-nonfooter-content -->

View File

@ -43,6 +43,10 @@ h3 { font-size: 11pt; }
h4 { font-size: 11pt; }
h5 { font-size: 11pt; }
.clear-both {
clear: both;
}
.vertical-list {
list-style: none;
clear: left;