Skip to content

Commit cce7b6f

Browse files
author
Wessel Grift
committed
Merged branch feature into master
2 parents 9f06762 + 9da92e9 commit cce7b6f

8 files changed

+9
-12
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pavilion",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Pavilion CSS Framework. A solid starting point without the bloat.",
55
"homepage": "http://www.pavilion.io",
66
"license": "MIT",

demo/css/pavilion.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Pavilion CSS Framework
3-
* Version: 2.0.1
3+
* Version: 2.0.3
44
* Website: http://www.pavilion.io
55
* License: MIT
66
*/
@@ -263,7 +263,7 @@ body {
263263
-webkit-tap-highlight-color: transparent;
264264
line-height: 1.45;
265265
color: #333333;
266-
font-size: 15px;
266+
font-size: 16px;
267267
}
268268

269269
@media (min-width: 768px) {
@@ -1652,7 +1652,6 @@ h5,
16521652
h6 {
16531653
margin: 1.6em 0 0.5em;
16541654
font-weight: 400;
1655-
line-height: 1.305;
16561655
color: #333333;
16571656
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
16581657
}

dist/pavilion.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Pavilion CSS Framework
3-
* Version: 2.0.1
3+
* Version: 2.0.3
44
* Website: http://www.pavilion.io
55
* License: MIT
66
*/
@@ -263,7 +263,7 @@ body {
263263
-webkit-tap-highlight-color: transparent;
264264
line-height: 1.45;
265265
color: #333333;
266-
font-size: 15px;
266+
font-size: 16px;
267267
}
268268

269269
@media (min-width: 768px) {
@@ -1652,7 +1652,6 @@ h5,
16521652
h6 {
16531653
margin: 1.6em 0 0.5em;
16541654
font-weight: 400;
1655-
line-height: 1.305;
16561655
color: #333333;
16571656
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
16581657
}

dist/pavilion.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pavilion.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pavilion",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Pavilion CSS Framework. A solid starting point without the bloat.",
55
"homepage": "http://www.pavilion.io",
66
"license": "MIT",

scss/pavilion-parts/_typography.scss

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ h5,
3232
h6 {
3333
margin: 1.6em 0 0.5em;
3434
font-weight: $heading-font-weight;
35-
line-height: $base-line-height * 0.9;
3635
color: $heading-color;
3736
font-family: $heading-font-family;
3837
}

scss/pavilion-parts/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $remsize-small: 10px;
1212
*/
1313

1414
$emsize-normal: 18px;
15-
$emsize-small: 15px;
15+
$emsize-small: 16px;
1616

1717
/**
1818
* Breakpoints

0 commit comments

Comments
 (0)