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: solid #ccc;
|
||||||
border-width: 0 0 0 2pt;
|
border-width: 0 0 0 2pt;
|
||||||
}
|
}
|
||||||
|
[dir=rtl] .dokuwiki blockquote {
|
||||||
|
border-width: 0 2pt 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* tables */
|
/* tables */
|
||||||
.dokuwiki table {
|
.dokuwiki table {
|
||||||
|
|
@ -144,6 +147,10 @@ div.clearer {
|
||||||
border: 1pt solid #666;
|
border: 1pt solid #666;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
[dir=rtl] .dokuwiki th,
|
||||||
|
[dir=rtl] .dokuwiki td {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
.dokuwiki th {
|
.dokuwiki th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue