Editor content class added to page.php. All links therein made bold.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 30 Jun 2015 13:39:32 +0000 (09:39 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 30 Jun 2015 13:39:32 +0000 (09:39 -0400)
front-page.php
page.php
scss/_structure.scss

index 38a2387..a86cc4d 100755 (executable)
@@ -19,7 +19,7 @@
                 <div class="row">
                     <div class="small-11 small-push-1 left columns">
                         <hr>
-                        <div>
+                        <div class="editor-content">
                             <?php if(have_posts()) : while(have_posts()): the_post();?>
                                 <?php the_content();?>
                             <?php endwhile; else:?>
index 36c3adc..4427fdc 100755 (executable)
--- a/page.php
+++ b/page.php
@@ -19,7 +19,7 @@
                 ?>
             </div>
         </div>
-        <div class="row">
+        <div class="row editor-content">
             <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
             <?php endwhile; else:?>
index 4150d27..d391035 100755 (executable)
@@ -52,6 +52,11 @@ ul, ol, dl {
         margin-bottom: 0;
     }
 }
+.editor-content {
+    a {
+        font-weight: bold;
+    }
+}
 p.open {
     font-family: Open Sans, sans-serif;
     font-size: 14px;