Skip to content
Snippets Groups Projects
Commit 5bb2dcc1 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1299046 by beltofte: Fixed Secondary tabs order reversed in LTR.

parent 1f434f65
No related branches found
No related tags found
No related merge requests found
...@@ -315,7 +315,7 @@ ul.secondary { ...@@ -315,7 +315,7 @@ ul.secondary {
} }
ul.secondary li { ul.secondary li {
margin: 0 5px; margin: 0 5px;
float: right; /* LTR */ float: none; /* LTR */
} }
ul.secondary li a { ul.secondary li a {
background-color: #ddd; background-color: #ddd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment