/*
 Theme Name:   Syntax Child
 Theme URI:    https://wordpress.com/themes/syntax/
 Description:  Syntax Child Theme
 Author:       Automattic
 Author URI:   https://wordpress.com/themes/
 Template:     syntax
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, black, white, one-column, gray, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, translation-ready
 Text Domain:  syntax-child
*/


/* line 1201 - changing divider image ref 
.hentry:after {
  background-image: url("images/divider-alt.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 23px;
  clear: both;
  content: "";
  display: block;
  margin: 59.4px 0;
  width: 100%;
  height: 30px;
}

 line 1544 - changing divider image ref 
.comments-area:after {
  background-image: url("images/divider-alt.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 23px;
  clear: both;
  content: "";
  display: block;
  margin: 59.4px 0;
  width: 100%;
  height: 23px;
}
*/