diff options
author | mike <mike@ice2o.com> | 2008-07-08 07:20:16 -0400 |
---|---|---|
committer | mike <mike@ice2o.com> | 2008-07-08 07:20:16 -0400 |
commit | 606297e453ebb108ac8272ecea50ba6d6d0983b0 (patch) | |
tree | 971ba5af5f19ed165988f645f1ae096c40df41e0 /theme/stoica/display.css | |
parent | 99eaec8c899a1a6cff4f173bbf28b021ccb757a3 (diff) |
replybutton.darc
Add a simple reply button to notices
darcs-hash:20080708112016-f7d30-321142883159fa91338754140ac4ea37e54bb746.gz
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index fb300326a..6a706dc6a 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -595,3 +595,7 @@ input#openid_url { } /* ===== End Forms Styling ===== */ + +.replybutton { + margin-left: 55%; +} |