Skip to content

Commit

Permalink
Merge pull request #74 from thenewinquiry/0.7.8
Browse files Browse the repository at this point in the history
Fixed blockquote styling
  • Loading branch information
frnsys authored Jun 8, 2017
2 parents 3a37ada + 11ca50f commit 990a41b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme URI: https://github.com/misfist/tni-theme
Tags: Blog, Magazine
Requires at least: 4.5.0
Tested up to: 4.7.4
Version: 0.7.7
Version: 0.7.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -13,6 +13,9 @@ Custom theme for The New Inquiry, based on Gridbox theme.

== Changelog ==

== 0.7.8 June 8, 2017 ==
* Fixed blockquote styling

== 0.7.7 May 16, 2017 ==
* Fixed home page post loop polluting post variable

Expand Down
4 changes: 4 additions & 0 deletions src/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ blockquote {
font-size: 1rem;
color: $color__text-primary;

i, em {
font-style: italic;
}

p {
font-size: 1rem;
}
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Description: Custom theme for The New Inquiry.
Author: Pea
Author URI: https://github.com/misfist
Template: gridbox
Version: 0.7.7
Version: 0.7.8
Text Domain: tni
*/

0 comments on commit 990a41b

Please sign in to comment.