added minimal RTL print styles
This commit is contained in:
parent
80d696a6cc
commit
4bb3e478bd
1 changed files with 7 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ div.clearer {
|
|||
border: solid #ccc;
|
||||
border-width: 0 0 0 2pt;
|
||||
}
|
||||
[dir=rtl] .dokuwiki blockquote {
|
||||
border-width: 0 2pt 0 0;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
.dokuwiki table {
|
||||
|
|
@ -144,6 +147,10 @@ div.clearer {
|
|||
border: 1pt solid #666;
|
||||
text-align: left;
|
||||
}
|
||||
[dir=rtl] .dokuwiki th,
|
||||
[dir=rtl] .dokuwiki td {
|
||||
text-align: right;
|
||||
}
|
||||
.dokuwiki th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue