diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-04 18:19:18 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-04 18:19:18 -0400 |
| commit | ae77b19680b6b83d93d5951108029c4889c5868a (patch) | |
| tree | 20b70f21af02cb09f0d616cbc16ebe05ce35e413 /static/css | |
| parent | 231a9933b7766306ae109b2e511c971caadea6b2 (diff) | |
| parent | 57b4ecea5e20f4746c23911a6cc85508e0509536 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/dump.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index d7bd447..b941464 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -1038,7 +1038,7 @@ background-color:#f3f3f3; -moz-border-radius-bottomright:5px; } #userList img{ - +display:none; max-width:30px; width: expression(this.width > 30 ? 30: true); max-height:30px; @@ -1930,3 +1930,7 @@ border:2px solid #000; .contentWrap{ background-color:#fff; } +.faver-list{ +max-width:80%; +font-size:20px;font-weight:bold;word-spacing:-3px; +}
\ No newline at end of file |
