From: Jason Woofenden Date: Fri, 18 Nov 2011 10:23:16 +0000 (-0500) Subject: don't let image captions inherit boldness X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=aa5424b98bc680673f4bc81e44f961ff4126c21b don't let image captions inherit boldness --- 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;