print-css-rtl.css in WP-Print 2.53, at print-css-rtl.css
| 1 | /* |
| 2 | * WordPress Plugin: WP-Print |
| 3 | * Copyright (c) 2012 Lester "GaMerZ" Chan |
| 4 | * |
| 5 | * File Written By: |
| 6 | * - Lester "GaMerZ" Chan |
| 7 | * - http://lesterchan.net |
| 8 | * |
| 9 | * File Information: |
| 10 | * - CSS Style For Printer Friendly Page (RTL) |
| 11 | * - wp-content/plugins/wp-print/print-css-rtl.css |
| 12 | */ |
| 13 | |
| 14 | Body { |
| 15 | font-family: Tahoma, Arial, Sans-Serif; |
| 16 | } |
| 17 | |
| 18 | pre { |
| 19 | direction: ltr; |
| 20 | } |