Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS.

This commit is contained in:
Meitar Moscovitz
2009-04-09 13:52:39 -04:00
parent 6afda46402
commit 6cdc2ff444
3 changed files with 4 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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;
}