Commit d9d0525f authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1155512: Localization template links not lining up with other header links

r/a=dkl
parent b57e5e38
......@@ -61,10 +61,6 @@
padding: 0.5em;
}
#common_links {
clear: both;
}
#lang_links_container {
float: right;
}
......
......@@ -273,10 +273,7 @@
[% END %]
</div>
<nav id="common_links">
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
</nav>
[% USE Bugzilla %]
[% IF Bugzilla.languages.size > 1 %]
<div id="lang_links_container" class="bz_default_hidden">
<ul class="links">
......@@ -294,6 +291,10 @@
</ul>
</div>
[% END %]
<nav id="common_links">
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
</nav>
</header>
<main role="main" id="bugzilla-body">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment