From 43bbe2c96f689f3675a402bb457309ef965a8120 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 17 May 2024 15:38:58 -0500 Subject: [PATCH] bug fix: code and blockquote --- static/css/themes/oss.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/static/css/themes/oss.css b/static/css/themes/oss.css index dc4e286..3695941 100644 --- a/static/css/themes/oss.css +++ b/static/css/themes/oss.css @@ -49,14 +49,16 @@ background-color: #000000; color:#f3f3f3; } -blockquote code { margin-top:8px; +/* blockquote code { margin-top:8px; background:black; color:#f3f3f3;padding:10px; text-wrap: nowrap; line-height: 2; width:99%; - font-family: 'Courier New', Courier, monospace; font-weight:lighter; font-size:14px;} -.code { - padding:8px; font-family:'Courier New', Courier, monospace; font-weight: lighter; - background-color: #000000; color:#f3f3f3; font-size:14px; -} + font-family: 'Courier New', Courier, monospace; font-weight:lighter; font-size:14px;} */ +.source-code { + font-family:courier; background-color: #000000; COLOR:#ffffff; + padding-left:10px; + padding:8px; + border-left:8px solid #CAD5E0; margin-left:10px; font-weight: bold; +} .main .content table {border-spacing: 2;} .main .content table .active {font-size:14px} .main .content .banner {