PluginProbe
WP-Print / 2.53
WP-Print v2.53
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.53, at print-css-rtl.css

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