From: Steve Sutton Date: Fri, 8 Jan 2016 13:35:21 +0000 (-0500) Subject: Update blog stylesheet X-Git-Tag: v1.1.0^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=bb49c173caca31e0f010be8c1504e8526c8594c6;p=WP-Themes%2Fkeweenaw.git Update blog stylesheet make the h2 for blog titles text align left. --- diff --git a/archive.php b/archive.php index d3043fa..df80745 100644 --- a/archive.php +++ b/archive.php @@ -6,7 +6,7 @@
>
-

+

Posted on
diff --git a/css/appblog.css b/css/appblog.css index b7d6a38..bb96ee7 100644 --- a/css/appblog.css +++ b/css/appblog.css @@ -39,6 +39,8 @@ input[type="submit"].blogbutton { #blog-posts-over article .entry-header .meta.date { font-size: 13px; font-weight: bold; } + #blog-posts-over article h2 { + text-align: left; } /*#searchform div input &[type="text"] { width: 95%; diff --git a/index.php b/index.php index 6c6d5c9..2315585 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@
>
-

+

Posted on
diff --git a/scss/_blog.scss b/scss/_blog.scss index 3e362ad..6572e0f 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -47,6 +47,9 @@ input[type="submit"].blogbutton { font-weight: bold; } } + h2 { + text-align: left; + } } /*#searchform div input &[type="text"] { width: 95%; @@ -55,6 +58,7 @@ input[type="submit"].blogbutton { text-align: center; color: #757575; font-size: 12px; + } #blog-posts-over > div { margin: 25px 0; @@ -101,3 +105,4 @@ input[type="submit"].blogbutton { footer.entry-meta { background-color: $white; } +