diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-17 08:30:25 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-17 08:30:25 -0700 |
commit | 5bb2dcc1da440a1ba67241143813c270d478a015 (patch) | |
tree | f584d0b3b0646f01081656dfd752f178c09ee695 /themes | |
parent | 1f434f652e1878f55e7bb24f746a4beca57689a4 (diff) | |
download | brdo-5bb2dcc1da440a1ba67241143813c270d478a015.tar.gz brdo-5bb2dcc1da440a1ba67241143813c270d478a015.tar.bz2 |
Issue #1299046 by beltofte: Fixed Secondary tabs order reversed in LTR.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/seven/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index d353fad57..4ce95569f 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -315,7 +315,7 @@ ul.secondary { } ul.secondary li { margin: 0 5px; - float: right; /* LTR */ + float: none; /* LTR */ } ul.secondary li a { background-color: #ddd; |