diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 15:41:47 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 15:41:47 -0500 |
commit | 29a425f848da3c4d74f3bdd684140f1da05f346e (patch) | |
tree | 7757c9ec5195a5b31df38a52591c093b5a106b28 | |
parent | 297f13aed3f66bcab250c8c5d70b8549e10b2a9b (diff) |
fixup CSS for profile_single
darcs-hash:20081120204147-84dde-2205d6b49262c8a89287331129a6ffb90622a3be.gz
-rw-r--r-- | theme/default/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index 2076cbf42..6c230ea0a 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -750,11 +750,11 @@ input#openid_url { background-color: #f7ebcc; } -.profile_single form#subscribe { +.profile_single form.subscribe { float: right; } -.profile_single form#unsubscribe { +.profile_single form.unsubscribe { float: right; } |