1. Udated category layout

2. Improved scoping and styling for links
3. Sidebar collapse improvements
This commit is contained in:
Brandon Mathis
2011-07-15 15:50:48 -04:00
parent 4443fd4429
commit 8b6d83ae60
9 changed files with 84 additions and 56 deletions

View File

@ -167,6 +167,12 @@ p code {
overflow-y: hidden;
overflow-x: auto;
}
pre, .highlight, .gist-highlight {
&::-webkit-scrollbar { height: .5em; background: rgba(#fff, .15); }
//&::-webkit-scrollbar-track { -webkit-box-shadow: $base03 1px 1px 0 inset; }
&::-webkit-scrollbar-thumb:horizontal { background: rgba(#fff, .2); -webkit-border-radius: 4px; border-radius: 4px }
}
.highlight code { @extend .pre-code; background: #000;}
figure {
margin-bottom: 1.5em;