diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 02:52:16 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 02:52:16 +0000 |
commit | e9b9795eeb30837ddddd980eaea9d11c055cb843 (patch) | |
tree | 560a7e4b0866c0bae877e5b26641ad8122495f32 /theme/base | |
parent | 624ca93c9d2a55d7acfca453ba22268d09154dab (diff) |
(dis)favor form method call fix
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f0bf6bfc1..d2480be14 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -706,7 +706,7 @@ float:none; } .profile #user_profile .user_note, .profile #user_profile .user_url { -margin-left:55px; +margin-left:59px; clear:none; display:block; width:auto; @@ -767,8 +767,8 @@ margin-right:11px; .vcard .photo { display:inline; -margin-right:7px; -margin-bottom:7px; +margin-right:11px; +margin-bottom:11px; float:left; } .vcard .url { |