stupid sans-serif bug finally squashed
This commit is contained in:
parent
a15cd932b6
commit
74aa0debc8
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue