chore(view) rm spaces

This commit is contained in:
coderaiser 2014-04-24 09:58:33 -04:00
parent 661ab3a232
commit e1b0b939eb

View file

@ -1,15 +1,15 @@
.view {
font-size: 16px;
white-space :pre;
outline: 0;
outline: 0;
}
.view::selection {
.view::selection {
text-shadow: none;
background: #b3d4fc;
}
.view-overlay {
.view-overlay {
display : block;
background : rgb(255, 255, 255);
background : rgba(255, 255, 255, 0.1);