Skip to content

Commit

Permalink
Merge pull request #708 from tempertemper/release/5.16.12
Browse files Browse the repository at this point in the history
Release version 5.16.12
  • Loading branch information
tempertemper committed Jun 27, 2021
2 parents db36f83 + f064317 commit 20a6545
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file. The format
----------


## [5.16.12] - 2021-06-27

### Changes
- Uses more readable font for table data


## [5.16.11] - 2021-06-24

### Adds
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tempertemper",
"version": "5.16.11",
"version": "5.16.12",
"description": "tempertemper's website",
"scripts": {
"clear": "rm -rf dist",
Expand Down
3 changes: 1 addition & 2 deletions src/scss/base/_tables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.table-wrapper {
@include heading-style;
overflow: auto;
border-radius: math.div($border-radius-default, 2);
margin-top: 1em;
Expand Down Expand Up @@ -40,7 +41,6 @@ table {
}

caption {
@include heading-style;
@include heading-s;
margin-top: .5em;

Expand All @@ -50,7 +50,6 @@ caption {
}

th {
@include heading-style;
text-align: left;
font-weight: 400;
}
Expand Down
2 changes: 1 addition & 1 deletion src/site/_data/site.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "tempertemper",
"company": "tempertemper Web Design Ltd",
"version": "5.16.11",
"version": "5.16.12",
"url": "https://www.tempertemper.net",
"baseurl": "",
"repo": "https://github.com/tempertemper/tempertemper-website",
Expand Down

0 comments on commit 20a6545

Please sign in to comment.