fix css for code blocks in source viewer comments

This commit is contained in:
rolux 2012-06-23 20:25:33 +02:00
parent f473100875
commit 6338c5fc6b

View file

@ -1978,7 +1978,9 @@ SourceViewer
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
font-size: 11px;
}
.OxSourceViewer td.OxComment > pre > code {
padding: 0;
}
/*
================================================================================