JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
don't let image captions inherit boldness
authorJason Woofenden <jason@jasonwoof.com>
Fri, 18 Nov 2011 10:23:16 +0000 (05:23 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 18 Nov 2011 10:24:02 +0000 (05:24 -0500)
style.css
style.less

index 25233b1..15dbbc4 100644 (file)
--- 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;
index c0e5e63..e996976 100644 (file)
@@ -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;