X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Futil.less;fp=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Futil.less;h=1ab1226c30b655da5f54bad2a510ae5ca5bf0d36;hp=0000000000000000000000000000000000000000;hb=333d6535bf30e4811ca4b1b62b02ce8658a7b777;hpb=60794b90fccca40a5041c40fad9efe38e0cd3e37 diff --git a/src/main/webapp/less/base/util.less b/src/main/webapp/less/base/util.less new file mode 100644 index 00000000..1ab1226c --- /dev/null +++ b/src/main/webapp/less/base/util.less @@ -0,0 +1,20 @@ +/** 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; +} +