RTL fixes

This commit is contained in:
Anika Henke 2011-02-15 00:54:10 +00:00
parent 5670feb5e7
commit 5f12b39ac2

View file

@ -28,6 +28,10 @@ caption, legend {
clear: right;
}
.a11y {
left: auto;
right: -9000px;
}
/*____________ structure ____________*/
@ -63,6 +67,14 @@ caption, legend {
margin-left: .5em;
}
#dokuwiki__usertools ul li.user {
float: right;
margin-right: 0;
}
#dokuwiki__pagetools ul li a.action.top {
float: left;
}
#dokuwiki__aside ul, #dokuwiki__aside ol {
padding-right: 0;
}