stupid sans-serif bug finally squashed

This commit is contained in:
danielvincent 2010-06-30 00:30:43 -07:00
parent a15cd932b6
commit 74aa0debc8
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ ul#stream, ul#friend_stream {
li.message {
position: relative;
line-height: 140%;
font-family: "Lucida Grande", "sans-serif";
font-family: "Lucida Grande", sans-serif;
color: #999999; }
li.message span.from {
color: #333333;

View file

@ -134,7 +134,7 @@ li.message
:position relative
:line-height 140%
:font
:family 'Lucida Grande', 'sans-serif'
:family 'Lucida Grande', sans-serif
:color #999
span.from