Content-Layout (auf zweispaltiges Layout umgestellt)
[website] / src / main / webapp / css / base / util.css
diff --git a/src/main/webapp/css/base/util.css b/src/main/webapp/css/base/util.css
new file mode 100644 (file)
index 0000000..6ddf6c0
--- /dev/null
@@ -0,0 +1,14 @@
+/** Allgemein nützliche Marker-Klassen */
+
+
+/** Micro Clearfix-Hack nach http://nicolasgallagher.com/micro-clearfix-hack/ */
+
+.cf:before,
+.cf:after {
+  content: "";
+  display: table;
+}
+.cf:after {
+  clear:both;
+}
+