Navigations-Hilfen ergänzt (Breadcrumb und Content-Skip)
[website] / src / main / webapp / css / base / util.css
index 6ddf6c0..1ab1226 100644 (file)
@@ -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;
+}
+