summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
Diffstat (limited to 'lib/styles')
-rw-r--r--lib/styles/all.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/styles/all.css b/lib/styles/all.css
index 915ced5d6..5d7eb7d14 100644
--- a/lib/styles/all.css
+++ b/lib/styles/all.css
@@ -11,6 +11,22 @@ div.clearer {
overflow: hidden;
}
+/* one of the many clearfix versions */
+.group {
+ display: inline-block;
+}
+.group {
+ display: block;
+}
+.group:before,
+.group:after {
+ content: "";
+ display: table;
+}
+.group:after {
+ clear: both;
+}
+
div.no {
display: inline;
margin: 0;