summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-10-17 08:30:25 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-10-17 08:30:25 -0700
commit5bb2dcc1da440a1ba67241143813c270d478a015 (patch)
treef584d0b3b0646f01081656dfd752f178c09ee695 /themes/seven
parent1f434f652e1878f55e7bb24f746a4beca57689a4 (diff)
downloadbrdo-5bb2dcc1da440a1ba67241143813c270d478a015.tar.gz
brdo-5bb2dcc1da440a1ba67241143813c270d478a015.tar.bz2
Issue #1299046 by beltofte: Fixed Secondary tabs order reversed in LTR.
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/style.css2
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;