Skip to content

Commit

Permalink
Issue #14 - style pullquote top and bottom borders
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 4, 2019
1 parent b122f7e commit 672de46
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Theme URI: https://www.oik-plugins.com/oik-themes/genesis-a2z
Description: Child theme of Genesis Theme Framework with oik and image.php for WP-a2z
Author: Bobbing Wide
Author URI: https://www.oik-plugins.com/author/bobbingwide
Version: 1.1.0
Version: 1.1.1
Template: genesis
Template Version: 2.8.0
Template Version: 2.8.1
Tags: oik, plugins, themes, shortcodes
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -225,6 +225,8 @@ blockquote {
margin: 40px;
}

/**
blockquote::before {
content: "\201C";
display: block;
Expand All @@ -234,6 +236,12 @@ blockquote::before {
position: relative;
top: -10px;
}
*/
.wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
color: #40464d;
}


/* ## Headings
Expand Down

0 comments on commit 672de46

Please sign in to comment.