From 29865c01428c54987fcfbd2953e54364c7a1e7e3 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 11 Sep 2013 01:09:03 +0200 Subject: [PATCH] [TASK] Add small clearing div after last column-container. --- index.html | 2 +- style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d8dd0b4..2b50873 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@

Hallo!
Ich bin ein langweiliger Blindtext damit der Entwickler sehen kann, wie der ganze Kram in etwa mal aussehen wird.
Ein paar Sätze pro Absatz und gut ist! ;-)

Bitte beachte mich nicht weiter, ich war eh nie wirklich wichtig.

Achja: Ich grüße alle die mich kennen!
Macht's gut!

- +
diff --git a/style.css b/style.css index bf582b8..497df3a 100644 --- a/style.css +++ b/style.css @@ -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;