Browse
For agents
About
TablePress – Tables in WordPress made easy
/
2.2.4
TablePress – Tables in WordPress made easy
v2.2.4
Switch version
3.3.4
3.3.3
3.3.2
3.3.1
trunk
1.12
1.14
1.9.2
2.0.4
2.1.7
2.1.8
2.2
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.3
2.3.1
2.3.2
2.4
2.4.1
2.4.2
2.4.3
2.4.4
All 44 releases
Overview
Code
tablepress
/
css
/
default-rtl.scss
default-rtl.scss
in TablePress – Tables in WordPress made easy 2.2.4, at css/default-rtl.scss
18 lines
387 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
*
2
* TablePress Default CSS for RTL languages
3
*
4
* Attention: Do not modify this file directly, but use the "Custom CSS" textarea
5
* on the "Plugin Options" screen of TablePress.
6
*
7
* @package TablePress
8
* @subpackage Frontend CSS
9
* @author Tobias Bäthge
10
* @since 1.0.0
11
*/
12
13
/*
Generate the RTL CSS.
*/
14
$direction
:
"
rtl
"
;
15
16
/*
Import TablePress default CSS.
*/
17
@
import
"
default
"
;
18