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/).
15
15
- Permalink structure of ` /docs ` demo site.
16
16
17
17
### Fixed
18
+ - ` body ` height and ` .wrapper ` box shadow. [ #13 ] ( https://github.com/mmistakes/jekyll-theme-basically-basic/issues/13 )
18
19
- Unclickable main content links in Internet Explorer 10. [ #9 ] ( https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9 )
19
20
20
21
## [ 1.0.1] - 2017-03-23
Original file line number Diff line number Diff line change 1
- < section >
1
+ < nav class =" skip-links " >
2
2
< h2 class ="screen-reader-text "> {{ site.data.theme.t.skip_links | default: 'Skip links' }}</ h2 >
3
- < ul class =" skip-links " >
3
+ < ul >
4
4
< li > < a href ="#primary-nav " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_primary_nav | default: 'Skip to primary navigation' }}</ a > </ li >
5
5
< li > < a href ="#main " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_content | default: 'Skip to content' }}</ a > </ li >
6
6
< li > < a href ="#footer " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_footer | default: 'Skip to footer' }}</ a > </ li >
7
7
</ ul >
8
- </ section >
8
+ </ nav >
Original file line number Diff line number Diff line change 7
7
}
8
8
9
9
body {
10
+ display : -ms-flexbox ;
11
+ display : flex ;
10
12
background : $background-color ;
11
13
color : $text-color ;
12
14
}
Original file line number Diff line number Diff line change 11
11
}
12
12
}
13
13
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
+
14
27
/*
15
28
Paginator
16
29
========================================================================== */
Original file line number Diff line number Diff line change 2
2
Accessibility Modules
3
3
========================================================================== */
4
4
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
-
16
5
/* Text meant only for screen readers */
17
6
.screen-reader-text ,
18
7
.screen-reader-text span ,
Original file line number Diff line number Diff line change 1
- < section >
1
+ < nav class =" skip-links " >
2
2
< h2 class ="screen-reader-text "> {{ site.data.theme.t.skip_links | default: 'Skip links' }}</ h2 >
3
- < ul class =" skip-links " >
3
+ < ul >
4
4
< li > < a href ="#primary-nav " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_primary_nav | default: 'Skip to primary navigation' }}</ a > </ li >
5
5
< li > < a href ="#main " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_content | default: 'Skip to content' }}</ a > </ li >
6
6
< li > < a href ="#footer " class ="screen-reader-shortcut "> {{ site.data.theme.t.skip_footer | default: 'Skip to footer' }}</ a > </ li >
7
7
</ ul >
8
- </ section >
8
+ </ nav >
Original file line number Diff line number Diff line change 7
7
}
8
8
9
9
body {
10
+ display : -ms-flexbox ;
11
+ display : flex ;
10
12
background : $background-color ;
11
13
color : $text-color ;
12
14
}
Original file line number Diff line number Diff line change 11
11
}
12
12
}
13
13
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
+
14
27
/*
15
28
Paginator
16
29
========================================================================== */
Original file line number Diff line number Diff line change 2
2
Accessibility Modules
3
3
========================================================================== */
4
4
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
-
16
5
/* Text meant only for screen readers */
17
6
.screen-reader-text ,
18
7
.screen-reader-text span ,
You can’t perform that action at this time.
0 commit comments