File tree 4 files changed +39
-11
lines changed
4 files changed +39
-11
lines changed Original file line number Diff line number Diff line change 7
7
### Bug Fixes
8
8
9
9
- Fix license URL in README file. [ #1189 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1189 )
10
+ - Reduce amount of blank pages when printing in Chrome. [ #1196 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1196 )
10
11
11
12
## [ 4.5.1] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1 )
12
13
Original file line number Diff line number Diff line change 15
15
}
16
16
17
17
html {
18
- font-size : 16px ;
19
18
margin : 0 ;
20
19
padding : 0 ;
20
+ min-height : auto !important ;
21
+ font-size : 16px ;
21
22
}
22
23
23
24
body {
24
- -moz-osx-font-smoothing : grayscale ;
25
- -webkit-font-smoothing : antialiased ;
25
+ margin : 0 auto ;
26
26
background : #fff !important ;
27
27
color : #000 !important ;
28
28
font-size : 1rem ;
29
29
line-height : 1.5 ;
30
- margin : 0 auto ;
30
+ -moz-osx-font-smoothing : grayscale ;
31
+ -webkit-font-smoothing : antialiased ;
31
32
text-rendering : optimizeLegibility ;
32
33
}
33
34
185
186
content : " (" attr (title ) " )" ;
186
187
}
187
188
189
+ #main {
190
+ max-width : 100% ;
191
+ }
192
+
193
+ .page {
194
+ margin : 0 ;
195
+ padding : 0 ;
196
+ width : 100% ;
197
+ }
198
+
188
199
.page-break ,
189
200
.page-break-before {
190
201
page-break-before : always ;
233
244
.author__content ,
234
245
.author__urls-wrapper ,
235
246
.nav__list ,
247
+ .sidebar ,
236
248
.adsbygoogle {
237
249
display : none !important ;
250
+ height : 1px !important ;
238
251
}
239
- }
252
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ permalink: /docs/history/
4
4
excerpt : " Change log of enhancements and bug fixes made to the theme."
5
5
sidebar :
6
6
nav : docs
7
- last_modified_at : 2017-08-22T14:47:05 -04:00
7
+ last_modified_at : 2017-08-22T15:32:24 -04:00
8
8
---
9
9
10
10
## Unreleased
@@ -16,6 +16,7 @@ last_modified_at: 2017-08-22T14:47:05-04:00
16
16
### Bug Fixes
17
17
18
18
- Fix license URL in README file. [ #1189 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1189 )
19
+ - Reduce amount of blank pages when printing in Chrome. [ #1196 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1196 )
19
20
20
21
## [ 4.5.1] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1 )
21
22
Original file line number Diff line number Diff line change 15
15
}
16
16
17
17
html {
18
- font-size : 16px ;
19
18
margin : 0 ;
20
19
padding : 0 ;
20
+ min-height : auto !important ;
21
+ font-size : 16px ;
21
22
}
22
23
23
24
body {
24
- -moz-osx-font-smoothing : grayscale ;
25
- -webkit-font-smoothing : antialiased ;
25
+ margin : 0 auto ;
26
26
background : #fff !important ;
27
27
color : #000 !important ;
28
28
font-size : 1rem ;
29
29
line-height : 1.5 ;
30
- margin : 0 auto ;
30
+ -moz-osx-font-smoothing : grayscale ;
31
+ -webkit-font-smoothing : antialiased ;
31
32
text-rendering : optimizeLegibility ;
32
33
}
33
34
185
186
content : " (" attr (title ) " )" ;
186
187
}
187
188
189
+ #main {
190
+ max-width : 100% ;
191
+ }
192
+
193
+ .page {
194
+ margin : 0 ;
195
+ padding : 0 ;
196
+ width : 100% ;
197
+ }
198
+
188
199
.page-break ,
189
200
.page-break-before {
190
201
page-break-before : always ;
233
244
.author__content ,
234
245
.author__urls-wrapper ,
235
246
.nav__list ,
247
+ .sidebar ,
236
248
.adsbygoogle {
237
249
display : none !important ;
250
+ height : 1px !important ;
238
251
}
239
- }
252
+ }
You can’t perform that action at this time.
0 commit comments