CSS refactoring

This commit is contained in:
Curtis SerVaas
2014-09-21 11:02:58 -04:00
parent 150eedd1c3
commit ee003dd113
10 changed files with 365 additions and 370 deletions
+31
View File
@@ -0,0 +1,31 @@
#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;
}*/