Skip to content

Commit 958621d

Browse files
committed
1.0.0-beta-1
1 parent 38f048a commit 958621d

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.0.0-beta](https://github.com/ungoldman/style.css/releases/v1.0.0) - 2016-09-01
8+
## [1.0.0-beta-1](https://github.com/ungoldman/style.css/releases/v1.0.0-beta-1) - 2016-09-02
9+
10+
### Fixes
11+
12+
- adjust code font-size to 90%
13+
14+
## [1.0.0-beta](https://github.com/ungoldman/style.css/releases/v1.0.0-beta) - 2016-09-01
915

1016
This release marks the end of a very long alpha phase!
1117

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "style.css",
33
"description": "Classless stylesheet for markdown documents.",
4-
"version": "1.0.0-beta",
4+
"version": "1.0.0-beta-1",
55
"author": "Nate Goldman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/ungoldman/style.css/issues"

serif.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! style.css v1.0.0-beta | ISC License | https://github.com/ungoldman/style.css */
1+
/*! style.css v1.0.0-beta-1 | ISC License | https://github.com/ungoldman/style.css */
22
html {
33
color: #303030;
44
background-color: white;
@@ -206,7 +206,7 @@ pre,
206206
kbd,
207207
samp {
208208
font-family: menlo, inconsolata, consolas, "fira mono", "noto mono", "droid sans mono", "liberation mono", "dejavu sans mono", "ubuntu mono", monaco, "courier new", monospace;
209-
font-size: 0.75em;
209+
font-size: 90%;
210210
}
211211

212212
pre, code {

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! style.css v1.0.0-beta | ISC License | https://github.com/ungoldman/style.css */
1+
/*! style.css v1.0.0-beta-1 | ISC License | https://github.com/ungoldman/style.css */
22
html {
33
color: #303030;
44
background-color: white;
@@ -208,7 +208,7 @@ pre,
208208
kbd,
209209
samp {
210210
font-family: menlo, inconsolata, consolas, "fira mono", "noto mono", "droid sans mono", "liberation mono", "dejavu sans mono", "ubuntu mono", monaco, "courier new", monospace;
211-
font-size: 0.75em;
211+
font-size: 90%;
212212
}
213213

214214
pre, code {

0 commit comments

Comments
 (0)