better specificity for making links bold. Added editor content class to single.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 30 Jun 2015 13:43:37 +0000 (09:43 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 30 Jun 2015 13:43:37 +0000 (09:43 -0400)
scss/_structure.scss
single.php

index d391035..4bc6b1f 100755 (executable)
@@ -52,10 +52,8 @@ ul, ol, dl {
         margin-bottom: 0;
     }
 }
-.editor-content {
-    a {
+#main .editor-content a {
         font-weight: bold;
-    }
 }
 p.open {
     font-family: Open Sans, sans-serif;
index cacc472..ad4cc99 100644 (file)
 
 
                             </header>
+                            
+                            <div class="editor-content">
 
                             <?php echo the_content(); ?>
                             
-                            
+                            </div>
                             
                             <footer class="entry-meta small-12 medium-6 medium-push-3 center">