Skip to content

Commit

Permalink
left/right sidebar adjustments
Browse files Browse the repository at this point in the history
- refine position on scroll for toc on landing

- add default height to compensate for upcoming position absolute
onScroll
  • Loading branch information
jsouth committed Feb 28, 2017
1 parent 497f28e commit f5cd484
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ img {
padding: 0;
overflow-x: hidden;
overflow-y: auto;
min-height: 1000px;
width: 260px;
}

Expand Down Expand Up @@ -694,10 +695,6 @@ section.section {
min-height: 1000px;
}

#sidebar-wrapper-home #feedback-links {
margin: 10px 0 10px 0;
}

#sidebar-wrapper {
background-color: #FBFBFC;
border-left: 1px solid rgba(204, 204, 204, 0.29);
Expand Down Expand Up @@ -1074,6 +1071,14 @@ input:checked+.slider:before {
width: 220px;
}

#sidebar-wrapper-home .feedback-links {
margin: 10px 0 10px 0;
}

#sidebar-wrapper-home.affix .feedback-links {
margin: 50px 0 10px 0;
}

/* polldaddy */
#rating_info_8453675
{
Expand Down

0 comments on commit f5cd484

Please sign in to comment.