Skip to content

Commit

Permalink
make sure we have proper lineHeight for jQuerify message bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jun 27, 2009
1 parent 1e9ab6d commit a76cd59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firefox/chrome/content/firequery.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ FBL.ns(function() {
el.style.padding = '5px 10px 5px 10px';\
el.style.margin = '0';\
el.style.zIndex = 1001;\
el.style.lineHeight = '46px';\
el.style.fontSize = '40px';\
el.style.fontWeight = 'bold';\
el.style.color = '#444';\
Expand Down

0 comments on commit a76cd59

Please sign in to comment.