summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-09-16 19:04:42 +0100
committerAnika Henke <anika@selfthinker.org>2011-09-16 19:04:42 +0100
commit7a64646b530eaf3bc83f6b8a395e68df5f25b84a (patch)
treead93e60071493e6e659dfc0156983dc57f64341a /lib/styles
parent2495eea27a35c247d41ef34086fff31647714b70 (diff)
downloadrpg-7a64646b530eaf3bc83f6b8a395e68df5f25b84a.tar.gz
rpg-7a64646b530eaf3bc83f6b8a395e68df5f25b84a.tar.bz2
added clearfix-similar class (.group) to core styles
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;