Clientseitige LESS-Umsetzung integriert
[website] / less / base / util.less
diff --git a/less/base/util.less b/less/base/util.less
deleted file mode 100644 (file)
index 421251b..0000000
+++ /dev/null
@@ -1,32 +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;
-}
-
-
-/** Symbol-Font für Vektor-Icons */
-
-.symbols
-{
-  font-family: 'symbols';
-}
-
-a.img
-{
-  border: none;
-}