X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=less%2Fbase%2Futil.less;fp=less%2Fbase%2Futil.less;h=421251bd06069437ac37fd68e2465fc2f4a2fe8b;hb=6b7ab8c11e0c5d43952fc7a3a114cb1c1e85a310;hp=0000000000000000000000000000000000000000;hpb=152a67959bd3f9243489a648d4021eb2a0667679;p=website diff --git a/less/base/util.less b/less/base/util.less new file mode 100644 index 00000000..421251bd --- /dev/null +++ b/less/base/util.less @@ -0,0 +1,32 @@ +/** 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; +}