diff options
author | Dries <dries@buytaert.net> | 2012-01-24 17:31:19 -0500 |
---|---|---|
committer | Dries <dries@buytaert.net> | 2012-01-24 17:31:19 -0500 |
commit | b7d049cae366a203b5410922abf3c33a53ed74d8 (patch) | |
tree | c5c739bf83a375c8d0b11f86936396a2b4d6ddd0 /themes | |
parent | b6d921764fc98df02ca334c51d399773a002a073 (diff) | |
download | brdo-b7d049cae366a203b5410922abf3c33a53ed74d8.tar.gz brdo-b7d049cae366a203b5410922abf3c33a53ed74d8.tar.bz2 |
- Patch #1387572 by pbull, tarekdj: Fixed node links are not left aligned in bartik theme on RTL direction.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/css/style-rtl.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css index d25006faa..1a6b17b11 100644 --- a/themes/bartik/css/style-rtl.css +++ b/themes/bartik/css/style-rtl.css @@ -96,6 +96,7 @@ ul.tips { float: right; } .link-wrapper { + text-align: left; margin-right: 236px; margin-left: 0; } |