RTL fixes
This commit is contained in:
parent
5670feb5e7
commit
5f12b39ac2
1 changed files with 12 additions and 0 deletions
12
css/rtl.css
12
css/rtl.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue