diff options
| author | sostler <sbostler@gmail.com> | 2010-05-20 16:05:29 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-20 16:05:29 -0400 |
| commit | 04bec93bf1d58e7a75268651b54fdce566c408b1 (patch) | |
| tree | 634cfb1eb8b33c6ed5ecbbee7bd547ab466f0d70 /static | |
| parent | 4e58d4824e3369cecbcc4ae6054d2f6df2c50cb1 (diff) | |
| parent | 7bdd0bee334dba7e4ab52eea081b6966280e3a51 (diff) | |
Merge branch 'master' of ssh://dump.fm/home/dumpfmprod/prod
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/profile.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/css/profile.css b/static/css/profile.css index 962e528..fdac506 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -115,9 +115,14 @@ margin-top:0; } #profile h8{ position:absolute; -top:45px;font-size:100%; +top:39px;font-size:100%; letter-spacing:-1px; -margin-left:-8px;color:#000; +color:#000; +} +#profile h9{ +font-size:170%; +color:#000; +text-shadow:#ccc 1px 1px 1px; } #chatrap{ margin-left:15%; |
