Files
Umbraco-CMS/umbraco/presentation/umbraco_client/CodeArea/styles.css
Shandem dd4be329cf DO NOT DOWNLOAD, STABLE RELEASE AVAILABLE ON THE RELEASES TAB
Fixes IE bugs with Code Editor. Added line numbers to code editor and tabbing support.

[TFS Changeset #59397]
2009-09-23 13:15:55 +00:00

10 lines
184 B
CSS

.CodeMirror-line-numbers
{
color:white;
background-color:#666666;
font-family:monospace;
font-size:10pt;
padding:6px 2px 0px 2px;
line-height:16px;
text-align:right;
}