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