mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
c8f2a57430
commit
217ffa87c9
1 changed files with 8 additions and 0 deletions
8
docs/static/css/style.css
vendored
8
docs/static/css/style.css
vendored
|
@ -305,6 +305,14 @@ ul.sidebar-menu li.active a i {
|
|||
margin-top: 6px;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
#sidebar ul > li > a .menu-arrow {
|
||||
float: right;
|
||||
margin-right: 8px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
#main-content {
|
||||
margin-left: 200px;
|
||||
line-height: 1.8;
|
||||
|
|
Loading…
Reference in a new issue