Fix dropdown top link

This commit is contained in:
hiromipaw 2017-11-17 15:01:22 +01:00
parent 101d5558dc
commit 4d9fe21e8e
3 changed files with 4 additions and 3 deletions

View File

@ -1337,6 +1337,7 @@ p.blogDate {
background-color: #f9f9f9;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
margin: 48px 0 0 0;
}
/* Links inside the dropdown */

2
css/layout.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -118,13 +118,13 @@ docdir: $(DOCROOT)/; dir: $dir; base: $base -> $(DOCROOT)/$dir/$lang/$base.wml),
# LANGUAGE SWITCH
<li>
<div class="dropdown">
<button class="dropbtn">
<div class="dropbtn">
<:{ if (has_translations()) {
my @lngs = list_translations();
print $lngs[0];
}
}:>
</button>
</div>
<div class="dropdown-content">
<:{
#import "perl-globals.wmi";