File tree 5 files changed +31
-20
lines changed
5 files changed +31
-20
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 1.0.0-beta-1] ( https://github.com/ungoldman/style.css/releases/v1.0.0-beta-1 ) - 2016-09-02
8
+ ## [ 1.0.0] ( https://github.com/ungoldman/style.css/releases/v1.0.0 ) - 2018-02-07
9
+
10
+ ### Changes
11
+
12
+ - refactor: heading size, weight, small
13
+
14
+ ### Misc
15
+
16
+ - docs(readme): shorten CDN links
17
+ - docs(readme): use unpkg for download buttons
18
+ - docs(site): adjust max width of main
19
+ - docs(site): capitalize style guide title
20
+
21
+ ## [ 1.0.0-beta-1] ( https://github.com/ungoldman/style.css/releases/v1.0.0-beta-1 ) - 2017-09-02
9
22
10
23
### Fixes
11
24
12
25
- adjust code font-size to 90%
13
26
14
- ## [ 1.0.0-beta] ( https://github.com/ungoldman/style.css/releases/v1.0.0-beta ) - 2016 -09-01
27
+ ## [ 1.0.0-beta] ( https://github.com/ungoldman/style.css/releases/v1.0.0-beta ) - 2017 -09-01
15
28
16
29
This release marks the end of a very long alpha phase!
17
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " style.css" ,
3
3
"description" : " Classless stylesheet for markdown documents." ,
4
- "version" : " 1.0.0-beta-1 " ,
4
+ "version" : " 1.0.0" ,
5
5
"author" :
" Nate Goldman <[email protected] >" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/ungoldman/style.css/issues"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ A classless stylesheet for markdown documents.
38
38
39
39
``` html
40
40
<!-- CDN Production (specific release) -->
41
- <
link rel =
" stylesheet" href =
" https://unpkg.com/[email protected] -beta " >
41
+ <
link rel =
" stylesheet" href =
" https://unpkg.com/[email protected] " >
42
42
```
43
43
44
44
``` sh
Original file line number Diff line number Diff line change 1
- /*! style.css v1.0.0-beta-1 | ISC License | https://github.com/ungoldman/style.css */
1
+ /*! style.css v1.0.0 | ISC License | https://github.com/ungoldman/style.css */
2
2
html {
3
3
color : # 303030 ;
4
4
background-color : white;
56
56
h4 ,
57
57
h5 ,
58
58
h6 {
59
+ font-weight : 500 ;
59
60
line-height : 1.25em ;
60
- margin-top : 2rem ;
61
61
margin-bottom : 1.25rem ;
62
- font-weight : 400 ;
62
+ margin-top : 2 rem ;
63
63
position : relative;
64
64
}
65
65
@@ -69,10 +69,9 @@ h3 small,
69
69
h4 small ,
70
70
h5 small ,
71
71
h6 small {
72
- font-weight : 300 ;
73
- font-size : 0.7em ;
74
- margin-left : 0.5em ;
75
72
color : # 777 ;
73
+ font-size : 0.7em ;
74
+ font-weight : 300 ;
76
75
}
77
76
78
77
h1 code ,
@@ -81,11 +80,11 @@ h3 code,
81
80
h4 code ,
82
81
h5 code ,
83
82
h6 code {
84
- font-size : 90 % ;
83
+ font-size : 0.9 em ;
85
84
}
86
85
87
86
h1 {
88
- font-size : 3 em ;
87
+ font-size : 2.75 em ;
89
88
}
90
89
91
90
h2 {
Original file line number Diff line number Diff line change 1
- /*! style.css v1.0.0-beta-1 | ISC License | https://github.com/ungoldman/style.css */
1
+ /*! style.css v1.0.0 | ISC License | https://github.com/ungoldman/style.css */
2
2
html {
3
3
color : # 303030 ;
4
4
background-color : white;
58
58
h4 ,
59
59
h5 ,
60
60
h6 {
61
+ font-weight : 500 ;
61
62
line-height : 1.25em ;
62
- margin-top : 2rem ;
63
63
margin-bottom : 1.25rem ;
64
- font-weight : 400 ;
64
+ margin-top : 2 rem ;
65
65
position : relative;
66
66
}
67
67
@@ -71,10 +71,9 @@ h3 small,
71
71
h4 small ,
72
72
h5 small ,
73
73
h6 small {
74
- font-weight : 300 ;
75
- font-size : 0.7em ;
76
- margin-left : 0.5em ;
77
74
color : # 777 ;
75
+ font-size : 0.7em ;
76
+ font-weight : 300 ;
78
77
}
79
78
80
79
h1 code ,
@@ -83,11 +82,11 @@ h3 code,
83
82
h4 code ,
84
83
h5 code ,
85
84
h6 code {
86
- font-size : 90 % ;
85
+ font-size : 0.9 em ;
87
86
}
88
87
89
88
h1 {
90
- font-size : 3 em ;
89
+ font-size : 2.75 em ;
91
90
}
92
91
93
92
h2 {
You can’t perform that action at this time.
0 commit comments