added minimal RTL print styles

This commit is contained in:
Anika Henke 2012-08-26 21:12:54 +01:00
parent 80d696a6cc
commit 4bb3e478bd

View file

@ -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;
}