[dw-nonfree] User's default icon is cut off in the title bar
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/3a476692625f]
http://bugs.dwscoalition.org/show_bug.cgi?id=815
Scale default icon in tropo header relative to browser's font size.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=815
Scale default icon in tropo header relative to browser's font size.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/tropo-base.css
-------------------------------------------------------------------------------- diff -r 226685012381 -r 3a476692625f htdocs/stc/tropo/tropo-base.css --- a/htdocs/stc/tropo/tropo-base.css Thu Jun 10 18:23:57 2010 +0800 +++ b/htdocs/stc/tropo/tropo-base.css Thu Jun 10 07:51:16 2010 -0500 @@ -111,7 +111,9 @@ body { float: right; } #account-links-userpic img { - margin-top: 10px; + margin-top: 0.75em; + max-height: 7.5em; + max-width: 7.5em; } /** --------------------------------------------------------------------------------