From 5bb40094d9868e8e911dd7ee74d37130fdf6a8de Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 16 Sep 2014 13:13:06 -0400 Subject: [PATCH] make sure image captions are black --- code/wfpl | 2 +- style.less | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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; -- 1.7.10.4