Merge pull request #123 from whopper/PDOC-93/search_bar_css

(PDOC-93) Ensure search bar doesn't overlap item list in nav bar
This commit is contained in:
Jesse Scott 2016-11-07 16:47:20 -08:00 committed by GitHub
commit c1dfeb9864
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/* Ensure the search bar doesn't overlap with links */
.fixed_header {
padding-bottom: 25px;
}
#full_list {
padding-top: 15px;
}