X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fcss%2Fbase%2Futil.css;h=1ab1226c30b655da5f54bad2a510ae5ca5bf0d36;hp=6ddf6c075ebd5949117cccde9893f13df60dbb8e;hb=7972d2fab9a8768649c91d9e6e0491e782b62095;hpb=0aae9ac342885e8ae9681e758c793b704d175987 diff --git a/src/main/webapp/css/base/util.css b/src/main/webapp/css/base/util.css index 6ddf6c07..1ab1226c 100644 --- a/src/main/webapp/css/base/util.css +++ b/src/main/webapp/css/base/util.css @@ -12,3 +12,9 @@ clear:both; } +/** Hide helpful content in a way, that it is still accessible to screen-readers */ +.hide{ + position: absolute; + left: -99999999em; +} +