From 27d37ea6018a659b9c9cf3454e5f1abcb07f8476 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 11 Apr 2012 22:35:33 +0200 Subject: [PATCH] css update (code in example page comments) --- source/Ox.UI/css/Ox.UI.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 68885200..9c12a14f 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1964,11 +1964,19 @@ SourceViewer -moz-user-select: text; -webkit-user-select: text; } -.OxSourceViewer .OxComment pre { +.OxSourceViewer .OxComment code { + padding: 1px 3px 1px 3px; + border-radius: 2px; + background: rgb(255, 255, 255); font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace; font-size: 11px; + box-shadow: 0 0 1px rgb(160, 160, 160); +} +.OxSourceViewer .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; + font-size: 11px; }