From 8104a9100e7185d487f640dba992f2f11a7a9af7 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 30 May 2012 15:20:15 +0200 Subject: [PATCH] update SourceViewer CSS --- source/Ox.UI/css/Ox.UI.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index dcd56a6c..6453e85b 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1955,7 +1955,7 @@ SourceViewer .OxSourceViewer td { vertical-align: top; } -.OxSourceViewer .OxComment { +.OxSourceViewer td.OxComment { padding: 4px 8px 4px 8px; border-right-width: 1px; border-right-style: solid; @@ -1964,13 +1964,13 @@ SourceViewer -moz-user-select: text; -webkit-user-select: text; } -.OxSourceViewer .OxComment code { +.OxSourceViewer td.OxComment code { padding: 1px 3px 1px 3px; border-radius: 2px; font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace; font-size: 11px; } -.OxSourceViewer .OxComment pre { +.OxSourceViewer td.OxComment pre { line-height: 16px; margin: 4px 0 4px 0; font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;