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