File tree Expand file tree Collapse file tree 9 files changed +37
-28
lines changed
Expand file tree Collapse file tree 9 files changed +37
-28
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515- Permalink structure of ` /docs ` demo site.
1616
1717### Fixed
18+ - ` body ` height and ` .wrapper ` box shadow. [ #13 ] ( https://github.com/mmistakes/jekyll-theme-basically-basic/issues/13 )
1819- Unclickable main content links in Internet Explorer 10. [ #9 ] ( https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9 )
1920
2021## [ 1.0.1] - 2017-03-23
Original file line number Diff line number Diff line change 1- < section >
1+ < nav class =" skip-links " >
22 < h2 class ="screen-reader-text "> {{ site.data.theme.t.skip_links | default: 'Skip links' }}</ h2 >
3- < ul class =" skip-links " >
3+ < ul >
44 < li > < a href ="#primary-nav " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_primary_nav | default: 'Skip to primary navigation' }}</ a > </ li >
55 < li > < a href ="#main " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_content | default: 'Skip to content' }}</ a > </ li >
66 < li > < a href ="#footer " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_footer | default: 'Skip to footer' }}</ a > </ li >
77 </ ul >
8- </ section >
8+ </ nav >
Original file line number Diff line number Diff line change 77}
88
99body {
10+ display : -ms-flexbox ;
11+ display : flex ;
1012 background : $background-color ;
1113 color : $text-color ;
1214}
Original file line number Diff line number Diff line change 1111 }
1212}
1313
14+ /*
15+ Skip links
16+ ========================================================================== */
17+
18+ .skip-links {
19+ position : absolute ;
20+ width : 100% ;
21+
22+ ul {
23+ @include list-unstyled ;
24+ }
25+ }
26+
1427/*
1528 Paginator
1629 ========================================================================== */
Original file line number Diff line number Diff line change 22 Accessibility Modules
33 ========================================================================== */
44
5- /* Skip links */
6- .skip-links {
7- margin : 0 ;
8-
9- li {
10- width : 0 ;
11- height : 0 ;
12- list-style : none ;
13- }
14- }
15-
165/* Text meant only for screen readers */
176.screen-reader-text ,
187.screen-reader-text span ,
Original file line number Diff line number Diff line change 1- < section >
1+ < nav class =" skip-links " >
22 < h2 class ="screen-reader-text "> {{ site.data.theme.t.skip_links | default: 'Skip links' }}</ h2 >
3- < ul class =" skip-links " >
3+ < ul >
44 < li > < a href ="#primary-nav " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_primary_nav | default: 'Skip to primary navigation' }}</ a > </ li >
55 < li > < a href ="#main " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_content | default: 'Skip to content' }}</ a > </ li >
66 < li > < a href ="#footer " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_footer | default: 'Skip to footer' }}</ a > </ li >
77 </ ul >
8- </ section >
8+ </ nav >
Original file line number Diff line number Diff line change 77}
88
99body {
10+ display : -ms-flexbox ;
11+ display : flex ;
1012 background : $background-color ;
1113 color : $text-color ;
1214}
Original file line number Diff line number Diff line change 1111 }
1212}
1313
14+ /*
15+ Skip links
16+ ========================================================================== */
17+
18+ .skip-links {
19+ position : absolute ;
20+ width : 100% ;
21+
22+ ul {
23+ @include list-unstyled ;
24+ }
25+ }
26+
1427/*
1528 Paginator
1629 ========================================================================== */
Original file line number Diff line number Diff line change 22 Accessibility Modules
33 ========================================================================== */
44
5- /* Skip links */
6- .skip-links {
7- margin : 0 ;
8-
9- li {
10- width : 0 ;
11- height : 0 ;
12- list-style : none ;
13- }
14- }
15-
165/* Text meant only for screen readers */
176.screen-reader-text ,
187.screen-reader-text span ,
You can’t perform that action at this time.
0 commit comments