diff options
| author | 2020-03-01 21:15:17 +0100 | |
|---|---|---|
| committer | 2020-03-01 21:15:17 +0100 | |
| commit | 25666ec5d3edbd614b01594399b03d107c8341ff (patch) | |
| tree | acc9bf81b3b87af4eb9515496aa0f68bfda5223b /p/themes/p.rtl.css | |
| parent | bfc731632cd32635eace9cfe99095e7971c8a4f8 (diff) | |
[UI] Add RTL support with RTLCSS (#2776)
* Add dir info to gen.php & install.php!
* Add `make rtl` command
Using rtlcss because it has actually has a command-line application!
Diffstat (limited to 'p/themes/p.rtl.css')
| -rw-r--r-- | p/themes/p.rtl.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/p/themes/p.rtl.css b/p/themes/p.rtl.css new file mode 100644 index 000000000..db45295a1 --- /dev/null +++ b/p/themes/p.rtl.css @@ -0,0 +1,20 @@ +@charset "UTF-8"; + +body { + font-family: sans-serif; + text-align: center; +} + +h1 { + font-size: xx-large; + text-shadow: -1px -1px 0 #ccc; +} + +h1 a { + color: #0062be; + text-decoration: none; +} + +img { + border: 0; +} |
