Skip to content

Commit

Permalink
Fix doc render on Firefox
Browse files Browse the repository at this point in the history
Fix #1523
  • Loading branch information
ffrizzo authored and anthonyfok committed Oct 31, 2015
1 parent 0c38f21 commit f022ecd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f022ecd

Please sign in to comment.