removed deprecated general classes

This commit is contained in:
Anika Henke 2015-08-01 19:50:23 +01:00
parent c769476b00
commit eda1e80e23
2 changed files with 1 additions and 26 deletions

View file

@ -450,27 +450,3 @@ option {
font-style: normal;
font-weight: normal;
}
/*____________ general classes ____________*/
div.clearer {
/* additional to what's already in DokuWiki's lib/styles/all.css: */
font-size: 1px;
visibility: hidden;
}
/* @deprecated: has been in lib/styles/screen.css since Angua */
.a11y {
position: absolute;
left: -99999em;
top: 0;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
[dir=rtl] .a11y {
left: auto;
right: -99999em;
}