X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=less%2Fbase%2Futil.less;fp=less%2Fbase%2Futil.less;h=0000000000000000000000000000000000000000;hp=421251bd06069437ac37fd68e2465fc2f4a2fe8b;hb=15c643ebc6ce3d75a62fedb9b83688c6e85acbc5;hpb=14646bdae51a709c3850573d89e404939bd88808 diff --git a/less/base/util.less b/less/base/util.less deleted file mode 100644 index 421251bd..00000000 --- a/less/base/util.less +++ /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; -}