From: Jason Woofenden Date: Tue, 16 Sep 2014 17:13:06 +0000 (-0400) Subject: make sure image captions are black X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=5bb40094d9868e8e911dd7ee74d37130fdf6a8de make sure image captions are black --- diff --git a/code/wfpl b/code/wfpl index a99bf36..c39c09f 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit a99bf364a96d120f799fbc536ff4d9a19d797436 +Subproject commit c39c09f1cbea5b19fea3b49adbe9b6dc311a1057 diff --git a/style.less b/style.less index 9531445..2349691 100644 --- a/style.less +++ b/style.less @@ -185,6 +185,7 @@ span.wfpl_ifl { float: left; clear: left; font-size: 10px; + color: black; text-align: right; background-repeat: no-repeat; background-position: left top; @@ -195,6 +196,7 @@ span.wfpl_ifr { float: right; clear: right; font-size: 10px; + color: black; font-weight: normal; text-align: right; background-repeat: no-repeat;