Files
Umbraco-CMS/umbraco/presentation/umbraco_client/CodeArea/styles.css
PerPloug 5f92006bb6 WORK IN PROGRESS, GET THE STABLE SOURCE FROM THE DOWNLOADS TAB
Virtual Directory support, DLR compatible script engine

[TFS Changeset #63625]
2010-01-28 12:51:46 +00:00

14 lines
348 B
CSS

.CodeMirror-line-numbers
{
color:black;
background-color:#fff;
font-family:monospace;
font-size:10pt;
padding:6px 6px 0px 0px;
line-height:16px;
text-align:right;
border-right: 1px solid #efefef;
}
div.codepress{border: none !Important; background: #fff;}
div.codepress iframe{border: none !Important; background: #fff;}