Small changes

This commit is contained in:
relikd
2020-09-20 14:37:28 +02:00
parent 59321406ab
commit 825ed70658
4 changed files with 41 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ def dropdown_choose(button):
<label for="dropdown">Choose list:</label>
<div class="dropdown" name="dropdown">
<button class="bg1 border">{button}</button>
<nav class="bg1 no_ul_all">
<nav class="bg1 no-ul-all">
<a href="index.html">Most frequent</a>
<a href="by_name.html">Full list (AZ)</a>
<a href="by_count.html">Full list (by count)</a>