summaryrefslogtreecommitdiff
path: root/themes/bartik/css
diff options
context:
space:
mode:
authorDries <dries@buytaert.net>2012-01-24 17:31:19 -0500
committerDries <dries@buytaert.net>2012-01-24 17:31:19 -0500
commitb7d049cae366a203b5410922abf3c33a53ed74d8 (patch)
treec5c739bf83a375c8d0b11f86936396a2b4d6ddd0 /themes/bartik/css
parentb6d921764fc98df02ca334c51d399773a002a073 (diff)
downloadbrdo-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/bartik/css')
-rw-r--r--themes/bartik/css/style-rtl.css1
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;
}