PluginProbe
WP-Print / 2.50
WP-Print v2.50
3.0.0 trunk 1.00 2.00 2.01 2.02 2.03 2.04 2.05 2.06 2.10 2.11 2.20 2.30 2.31 2.40 2.50 2.52 2.53 2.54 2.55 2.56 2.57 2.57.1 2.57.2 All 29 releases
wp-print / print-css-rtl.css

print-css-rtl.css in WP-Print 2.50, at print-css-rtl.css

25 lines 718 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }