Skip to content
Snippets Groups Projects
Commit cb672b96 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Proper rtl layout for staff navigation

parent a9bd2395
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,7 @@ div#header a {
}
#nav .active, #nav .inactive {
display:block;
float:left;
display:inline-block;
min-width:95px;
width: auto;
padding-left: 10px;
......@@ -254,8 +253,7 @@ div#header a {
}
#sub_nav a {
display:block;
float:left;
display:inline-block;
padding:0 10px 0 21px;
background-position:0 50%;
background-repeat:no-repeat;
......
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