Commit Graph

14 Commits

Author SHA1 Message Date
bb402eaa46 Reduce indent of nested "table of contents" links 2017-08-08 15:19:41 -04:00
fb0164b0ca Increase font-size of code blocks. 2017-08-08 15:15:57 -04:00
bc53150b28 Remove outside and right borders in tables 2017-08-08 15:13:06 -04:00
3b3905c44f Improve page and archive layouts ()
* Fix collapsed white-space above pagination links

* Improve `page` and `archive` layout
- Center main content on page
- Harmonize sidebar columns to be equal widths

Fixes 

* Update CHANGELOG and history

* Position and align right sidebar with the top of the main content

* Offset right sidebar at `$large` viewport

* Add TOC bottom include test post

* Add right sidebar styling edits to documentation site

* Add TOC bottom include test post
2017-08-08 14:41:46 -04:00
6b9afaa8b7 Fix disappearing author sidebar links
- Close 
2017-08-04 11:55:10 -04:00
4ba7cccdc4 Merge branch 'susy-3-upgrade'
Conflicts:
	_sass/minimal-mistakes/_page.scss
	docs/_sass/minimal-mistakes/_page.scss
2017-08-03 16:27:21 -04:00
100da8b5b2 Add $intro-transition variable 2017-08-02 12:29:35 -04:00
5b4baee3b5 Refactor intro animations into a separate SASS variable () 2017-08-02 12:27:01 -04:00
387f8149d6 Upgrade to Susy 3 and replace grid mixins with new span and gutter functions
Most of Susy's mixins have been deprecated, `@include container()`, `@include full()`, `@include span()`, `@include prefix()`, `@include suffix()`, `@include gallery()`, etc.

Fixes 
2017-07-21 16:08:29 -04:00
3e347970c7 Add vertical scrollbar to sidebars that extend outside the viewport
Viewing overflowing sidebar content requires scrolling the entire page which is annoying and causes the reader to lose their place.

Use CSS `calc` to approximate height of the sidebar (`100vh` - height of the masthead) and apply `overflow-y: auto` to add vertical scrollbars when needed.

Fixes 
2017-07-12 12:03:14 -04:00
160be1dd0b Add variable for navicon link color 2017-07-07 15:16:35 -04:00
1ef63b55e5 Adjust nav list .active state to accommodate text that spans multiple lines. 2017-07-05 15:56:10 -04:00
b3410ed8b2 Add new brand variable: $bitbucket-color () 2017-05-16 08:21:32 -04:00
3fc1bfde26 Move SCSS partials to /_sass/minimal-mistakes for easier CSS customization 2017-04-18 12:52:11 -04:00