make editor preview cursor default not i-beam

This commit is contained in:
Jeff Atwood 2014-10-10 16:02:14 -07:00
parent 333aafad47
commit 6571a9d924
2 changed files with 2 additions and 1 deletions

View File

@ -300,6 +300,7 @@
border: 1px dashed scale-color-diff();
overflow: auto;
visibility: visible;
cursor: default;
video {
max-width: 100%;
height: auto;

View File

@ -114,7 +114,7 @@ h2#site-text-logo
max-height: 1em;
overflow: hidden;
padding: 0;
margin: 8px 0 0 0;
margin: 5px 0 0 0;
text-overflow: clip;
white-space: nowrap;
}