Skip to content

Commit

Permalink
Fixes for the intial quote on blockquotes and adding depth classes fo…
Browse files Browse the repository at this point in the history
…r comments.
  • Loading branch information
designerbrent committed Jun 8, 2020
1 parent f3c16b6 commit 63c97c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ A record of the changes made to `ALPS V3`.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.4]
### Added:
- Added depth classes for comments. (For Wordpress). [#458](https://github.com/adventistchurch/alps/pull/458)

### Fixed:
- Fixed the spacing before the blockquotes.

## [3.5.3]
### Added:
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function(grunt) {
* of /cdn/<major_version/<version>/ that contains the javascript and css.
*/
var major_version = "3";
var version = "3.5.3";
var version = "3.5.4";

grunt.initConfig({
pkg: pkg,
Expand Down
2 changes: 1 addition & 1 deletion source/css/_base.text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ blockquote {
&:before {
content: "\201C";
position: absolute;
left: -$pad;
left: -$pad/1.5;
top: 0;
}
}
Expand Down

0 comments on commit 63c97c2

Please sign in to comment.