Files
Curtis SerVaas ee003dd113 CSS refactoring
2014-09-21 11:02:58 -04:00

31 lines
515 B
CSS

#marked-mathjax-input{
border: 2px dotted black;
margin-left: 0px;
background-color: rgb(245, 231, 234);
}
textarea {
width: 100%;
/*height: 1em;*/
height: 22px;
margin-left: 0;
overflow: hidden;
padding: 0;
border: none;
resize: none;
font-size: 110%;
}
textarea:focus {
outline: 0px none transparent;
}
/*textarea {
border: none;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}*/