From: Laury GvR Date: Tue, 30 Jun 2015 13:39:32 +0000 (-0400) Subject: Editor content class added to page.php. All links therein made bold. X-Git-Tag: v1.0.0~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1e22c518fe3e48a9e3faa1501dc4b0c6f50566b7;p=WP-Themes%2FRecycleEmmet.git Editor content class added to page.php. All links therein made bold. --- diff --git a/front-page.php b/front-page.php index 38a2387..a86cc4d 100755 --- a/front-page.php +++ b/front-page.php @@ -19,7 +19,7 @@

-
+
diff --git a/page.php b/page.php index 36c3adc..4427fdc 100755 --- a/page.php +++ b/page.php @@ -19,7 +19,7 @@ ?>
-
+
diff --git a/scss/_structure.scss b/scss/_structure.scss index 4150d27..d391035 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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;