From aa5424b98bc680673f4bc81e44f961ff4126c21b Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 18 Nov 2011 05:23:16 -0500 Subject: [PATCH] don't let image captions inherit boldness --- style.css | 2 ++ style.less | 2 ++ 2 files changed, 4 insertions(+) diff --git a/style.css b/style.css index 25233b1..15dbbc4 100644 --- a/style.css +++ b/style.css @@ -118,6 +118,7 @@ span.wfpl_ifr { display: block; float: right; font-size: 10px; + font-weight: normal; text-align: right; background-repeat: no-repeat; background-position: left top; @@ -126,6 +127,7 @@ span.wfpl_ifr { div.wfpl_ic { margin: 15px auto; font-size: 10px; + font-weight: normal; text-align: right; background-repeat: no-repeat; background-position: center top; diff --git a/style.less b/style.less index c0e5e63..e996976 100644 --- a/style.less +++ b/style.less @@ -142,6 +142,7 @@ span.wfpl_ifr { float: right; clear: right; font-size: 10px; + font-weight: normal; text-align: right; background-repeat: no-repeat; background-position: left top; @@ -150,6 +151,7 @@ span.wfpl_ifr { div.wfpl_ic { margin: 15px auto; font-size: 10px; + font-weight: normal; text-align: right; background-repeat: no-repeat; background-position: center top; -- 1.7.10.4