Rename invisible class to invisible-character

Bootstrap defines this class with visibility: hidden
which we don't want since invisible characters should
be visible.
This commit is contained in:
Kevin Sawicki
2013-04-25 10:02:33 -07:00
parent faaaa538a9
commit 875555d933
4 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@
background: rgba(0, 0, 0, 0);
}
.editor .invisible {
.editor .invisible-character {
opacity: 0.2;
font-weight: normal !important;
font-style: normal !important;