fixed bug with height of CodeMirror

This commit is contained in:
coderaiser 2012-09-09 05:02:49 -04:00
parent 6a033c1c08
commit b329e1863b
2 changed files with 21 additions and 19 deletions

View file

@ -92,7 +92,7 @@ body{
color:rgba(222, 41, 41, 0.81);
}
.refresh-icon{
background:url(/img/panel_refresh.png) no-repeat;
background:url(/img/panel_refresh.png) no-repeat;
}
.refresh-icon:active{
/*background-position-y: -15px;*/
@ -338,4 +338,4 @@ a:focus { outline: thin dotted; }
#right{
display:none;
}
}
}