From 3380afea0bf9799e1f8b9e2541dbbf507ac1b652 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 21 Feb 2015 12:36:50 +0100 Subject: [PATCH] Clearfix. --- css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/custom.css b/css/custom.css index 6cdf646..8f99276 100644 --- a/css/custom.css +++ b/css/custom.css @@ -26,6 +26,10 @@ abbr, acronym { float: right; } +#comments { + clear: both; +} + .noteclassic, .noteimportant, .notewarning, .notetip { margin: 2em; margin-left: auto;