Skip to content

Commit

Permalink
Padding fix on bottom of nav
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Sep 23, 2015
1 parent bf5dca7 commit b15d50b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media/css/readthedocs-doc-embed.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
margin-bottom: 24px
}

/* Fix for nav bottom padding with flyout */
nav.wy-nav-side {
padding-bottom: 3em;
}

/* bookmark icon */
.bookmark-added-msg {display: none;}
.bookmark-active {display: none;}
Expand Down

0 comments on commit b15d50b

Please sign in to comment.