Auf lesscss 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
deleted file mode 100644 (file)
index 1ab1226..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/** 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;
-}
-
-/** Hide helpful content in a way, that it is still accessible to screen-readers */
-.hide{
-  position: absolute;
-  left: -99999999em;
-}
-