Fix different height for menu items in Fallen (#38)

Different height for menu item with <img> and without <img>.
This commit is contained in:
Denis Semenov
2020-11-14 22:28:26 -05:00
committed by GitHub
parent a5f4a5c868
commit f8c26d1b57
+2 -1
View File
@@ -101,7 +101,8 @@ ul#topmenu ul a:hover, ul#topmenu ul .tabactive {
}
ul#topmenu2 a, ul#topmenu2 a:hover {
text-decoration: none
text-decoration: none;
line-height: 20px
}
ul#topmenu>li.active {