Skip to content
Snippets Groups Projects
Commit 47260a57 authored by Anika Henke's avatar Anika Henke
Browse files

added minimal RTL print styles (part of FS#2185)

parent 79504989
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,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 {
......@@ -153,6 +156,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;
}
......@@ -173,6 +180,11 @@ div.clearer {
float: left;
margin-right: .5em;
}
[dir=rtl] #dokuwiki__header h1 img {
float: right;
margin-right: 0;
margin-left: .5em;
}
.dokuwiki div.footnotes {
clear: both;
border-top: 1pt solid #000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment