From 8b55bc58815b3f2611fabfa2df389653ecb954d9 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 24 Sep 2018 08:32:17 -0400 Subject: [PATCH] Normalize padding of inline code - [frio] Remove redundant CSS --- view/global.css | 9 +-------- view/theme/frio/css/style.css | 3 --- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/view/global.css b/view/global.css index e266ceb53e..b46862d5aa 100644 --- a/view/global.css +++ b/view/global.css @@ -247,14 +247,7 @@ span.oembed, h4 { margin: 0px 0px 0px 0px; } -code { - background-color: #eee; - color: #666; - padding: 1em; - font-size: 0.85em; - font-family: monospace; -} -key { +code, key { display: inline; background-color: #eee; color: #666; diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9b48336117..c563dd121a 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1062,9 +1062,6 @@ aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{ } /* help page widget */ -aside > .help-content-wrapper code, .help-aside-wrapper code { - display: inline -} aside > .help-aside-wrapper p strong:first-child { display: block; margin: 1em 0 0em;