This commit is contained in:
James Campos 2012-06-12 10:48:23 -07:00
parent c47e058e7c
commit 0af6c74e70
2 changed files with 4 additions and 4 deletions

View File

@ -4744,10 +4744,10 @@ div.opContainer {\
}\
/* \u00A0 is nbsp */\
.delete_button::before {\
content: "[\u00A0"\
content: "[\\00a0"\
}\
.delete_button::after {\
content: "\u00A0]"\
content: "\\00a0]"\
}\
'
};

View File

@ -3698,10 +3698,10 @@ div.opContainer {
}
/* \u00A0 is nbsp */
.delete_button::before {
content: "[\u00A0"
content: "[\\00a0"
}
.delete_button::after {
content: "\u00A0]"
content: "\\00a0]"
}
'