Commit Graph

29 Commits

Author SHA1 Message Date
5b4baee3b5 Refactor intro animations into a separate SASS variable () 2017-08-02 12:27:01 -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
0f2d564837 Bump version to 4.4.2 2017-07-07 15:49:17 -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
9361c53c43 Release 💎 4.4.1 2017-04-21 20:03:08 -04:00
19568e95ae Release 💎 4.4.0 2017-04-18 12:58:46 -04:00
3fc1bfde26 Move SCSS partials to /_sass/minimal-mistakes for easier CSS customization 2017-04-18 12:52:11 -04:00
7a4d221ccf Add closing } 2017-04-05 12:42:15 -04:00
b5a4496561 Fix .masthead and .page__footer overlapping full screen video elements.
- Close 
2017-04-05 12:40:34 -04:00
ac93744d9f Improve print styles ()
* Fix image caption border-radius

* Fix image caption border-radius

* Improve print stylesheet
- Close 

* Update CHANGELOG and history
2017-03-23 14:34:13 -04:00
0f4036b797 Update theme files in /docs 2017-02-21 10:08:09 -05:00
cb7fbb90dc Add some white-space below video embeds 2017-01-24 09:56:05 -05:00
65a6654582 Add page hero video for vimeo/youtube using embedresponsively.com code () 2017-01-24 09:29:34 -05:00
010409acb1 Remove borders from table elements found in Google Custom Search Engine widget
- Close 
2017-01-09 22:02:45 -05:00
d54b94fbac Update Font Awesome to v4.7.0 in /docs 2016-12-21 22:07:17 -05:00
cc1f09c54c Fix padding issue with pagination buttons
- Close 
2016-12-12 14:49:53 -05:00
2b7166dede Fix overlapping sidebar navigation list due to max-height: 100vh
- Use `max-height: 9999px` for smoother animation than `max-height: 100%`
- Issue 
2016-11-21 16:01:59 -05:00
5ff2dcce4a Fix media query width 2016-11-21 09:50:08 -05:00
bf959c2ff0 Fix active state 2016-11-17 16:00:12 -05:00
fb1f0f1061 Adjust color of .nav__items a 2016-11-17 15:43:32 -05:00
3408e27fcf Adjust nav list <a> styling 2016-11-17 15:39:00 -05:00
02175b5f08 Consistently style menu toggle color 2016-11-17 15:17:44 -05:00
e590edfac6 Make changes for /docs 2016-11-17 15:13:46 -05:00
71ddbf1e70 Organize SCSS partials 2016-11-17 12:17:18 -05:00
7172ccd3da Make pager (next/previous) active state more obvious by adding changing gray color to $link-color 2016-11-04 11:37:22 -04:00
f64b8659fc Apply .sidebar hover flicker fix to /docs 2016-11-04 11:22:25 -04:00
57a4324fa0 Move gh-pages branch files into /docs and add test files
- Jekyll ignore `/docs` and `/test` folders when using from root
- Update Staticman config to point to correct branch and data file location
- Replace `{{ base_path }}` references with `absolute_url` filter
- Update documentation
2016-11-03 11:52:04 -04:00