diff options
author | Meitar Moscovitz <meitarm@gmail.com> | 2009-04-09 13:52:39 -0400 |
---|---|---|
committer | Meitar Moscovitz <meitarm@gmail.com> | 2009-04-09 13:52:39 -0400 |
commit | 6cdc2ff444b8c76a3cdc5b8c6e9e7e7539d9b6cc (patch) | |
tree | 99149b95d0bd0bfaac4b2ad3d646e8cc1da7f51a /theme/base/css | |
parent | 6afda46402694e42b0c2e6dfbcfcb2a17a60b2b0 (diff) |
Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS.
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 4 | ||||
-rw-r--r-- | theme/base/css/print.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 8ea2befb4..3b4a2a4b3 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -689,7 +689,7 @@ float:none; .profile .entity_profile .entity_note, .profile .entity_profile .entity_url, .profile .entity_profile .entity_tags, -.profile .entity_profile .form_subcription_edit { +.profile .entity_profile .form_subscription_edit { margin-left:59px; clear:none; display:block; @@ -701,7 +701,7 @@ margin-right:11px; } -.profile .entity_profile .form_subcription_edit label { +.profile .entity_profile .form_subscription_edit label { font-weight:normal; margin-right:11px; } diff --git a/theme/base/css/print.css b/theme/base/css/print.css index 2da3e5e44..d76dd608c 100644 --- a/theme/base/css/print.css +++ b/theme/base/css/print.css @@ -21,7 +21,7 @@ p { orphans: 2; widows: 1; } .entity_actions, .notice-options, #aside_primary, -.form_subcription_edit .submit { +.form_subscription_edit .submit { display:none; } |