diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-02-12 08:25:18 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-02-12 08:25:18 +0100 |
| commit | 516105c570a920dadeb87b34ee5ee434ad5cb16f (patch) | |
| tree | a4b231aa5905210a49d4b1f70f6be1b089ac4ef7 /searx/static/themes/courgette/less | |
| parent | 9520542fa5c9f43c09d53b8673d4e25b6e561be8 (diff) | |
| parent | b5cbbcede4bb352531198d4e80a36d0082ccfa6e (diff) | |
Merge pull request #227 from Cqoicebordel/rtl-fix
RTL-fixes
Diffstat (limited to 'searx/static/themes/courgette/less')
| -rw-r--r-- | searx/static/themes/courgette/less/style-rtl.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/static/themes/courgette/less/style-rtl.less b/searx/static/themes/courgette/less/style-rtl.less index 13a34f124..3e357d3d8 100644 --- a/searx/static/themes/courgette/less/style-rtl.less +++ b/searx/static/themes/courgette/less/style-rtl.less @@ -35,4 +35,8 @@ #pagination form + form { float: left; margin-top: -2em; +} + +.engine-table { + text-align:right; }
\ No newline at end of file |