# HG changeset patch # User Steve Losh # Date 1237510433 14400 # Node ID 7e2a0c0282b3c1a4665e2ff87549add06580ed0e # Parent a026ed8b4c6f677999ef1423c94f1d1e391cb7f1 Really, Firefox? I actually have to tell you to inherit the font-weight for a *div*? diff -r a026ed8b4c6f -r 7e2a0c0282b3 site-media/style/stevelosh.css --- a/site-media/style/stevelosh.css Thu Mar 19 18:30:21 2009 -0400 +++ b/site-media/style/stevelosh.css Thu Mar 19 20:53:53 2009 -0400 @@ -125,7 +125,7 @@ a .amp { color: inherit; } a:hover .amp { color: inherit; } -.caps { font-size: 0.92em; } +.caps { font-size: 0.92em; font-weight: inherit;} .quo { margin-left: -0.30em; } .dquo { margin-left: -0.38em; }