From 0d2204ff1963d3f8df6ff3241035002f893ce87e Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Jun 2012 10:25:41 +0200 Subject: [PATCH] update css (make sure that in source viewer, code spans inside comments don't increase the line height) --- source/Ox.UI/css/Ox.UI.css | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index f7620166..eece2dd1 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1970,6 +1970,7 @@ SourceViewer border-radius: 2px; font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace; font-size: 11px; + line-height: 14px; } .OxSourceViewer td.OxComment > pre { line-height: 16px;