diff options
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/display.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index 7a741d9b1..2076cbf42 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -750,6 +750,14 @@ input#openid_url { background-color: #f7ebcc; } +.profile_single form#subscribe { + float: right; +} + +.profile_single form#unsubscribe { + float: right; +} + /* ----- IM Settings Form -----*/ #imsettings p { |