Commit df1fc571 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 6a9461af
......@@ -53,10 +53,6 @@
padding: 0.5em;
}
#common_links {
clear: both;
}
#lang_links_container {
float: right;
}
......
......@@ -232,10 +232,7 @@
[% END %]
</div>
<div id="common_links">
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
</div>
[% USE Bugzilla %]
[% IF Bugzilla.languages.size > 1 %]
<div id="lang_links_container" class="bz_default_hidden">
<ul class="links">
......@@ -253,6 +250,10 @@
</ul>
</div>
[% END %]
<div id="common_links">
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
</div>
</div>
<div 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