1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

docs: Fix menu in firefox

Fixes #1875
This commit is contained in:
Robert Basic
2016-04-02 08:58:06 +02:00
committed by digitalcraftsman
parent 1adf40355b
commit 21e0515fed

View File

@ -309,7 +309,7 @@ ul.sidebar-menu li.active a i {
#sidebar ul > li > a .menu-arrow {
float: right;
margin-right: 8px;
margin-top: 25px;
margin-top: -16px;
}
}