]> git.ipfire.org Git - pbs.git/commitdiff
css: Add class clear.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 20:38:54 +0000 (21:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 20:38:54 +0000 (21:38 +0100)
data/static/css/style.css

index c8f1c33f426c46d43170dcbaffc9f5e502e4abec..bb746d11c61b1fdfbb478857a3e3b67fd5fe335c 100644 (file)
@@ -47,6 +47,10 @@ body {
        text-align: center;
 }
 
+.clear {
+       clear: both;
+}
+
 .dropdown-login {
        padding: 15px;
        padding-bottom: 0px;