Skip to content

Commit

Permalink
added minimal RTL print styles (part of FS#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker authored and splitbrain committed Apr 16, 2012
1 parent 237afca commit 60bb88f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/tpl/dokuwiki/css/print.css
Expand Up @@ -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 {
Expand All @@ -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;
}
Expand All @@ -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;
Expand Down

0 comments on commit 60bb88f

Please sign in to comment.