mirror of
https://github.com/torproject/webwml.git
synced 2024-11-23 09:49:49 +00:00
Fix dropdown top link
This commit is contained in:
parent
101d5558dc
commit
4d9fe21e8e
@ -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
2
css/layout.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user