From 6338c5fc6b0ec7b3953159e648f16d1121cd3923 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 23 Jun 2012 20:25:33 +0200 Subject: [PATCH] fix css for code blocks in source viewer comments --- source/Ox.UI/css/Ox.UI.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index eece2dd1..20351ea8 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -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; +} /* ================================================================================