diff options
| author | tim b <timb@camcompu.home> | 2010-04-06 19:40:30 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-04-06 19:40:30 -0700 |
| commit | 8dc61b7d58543b680cd14a2a20248a8364dc65e3 (patch) | |
| tree | 9870981bb6e4221f30b470451cab143af7989e4b /static | |
| parent | 21c4780566e1b350d4ff0dc6b260af14d29e1ef8 (diff) | |
change bottom padding on dumps
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/profile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/profile.css b/static/css/profile.css index a4d75f9..520639f 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -262,7 +262,7 @@ color:000; width:500; max-width:500px; text-overflow: ellipsis-word; - padding: 18px; + padding: 18px 18px 6px 18px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; |
