From acf97df8b42958ddf5d482b86ec9653bee2b2f45 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 11 Aug 2019 19:30:58 +0200 Subject: css: Move some rules Signed-off-by: Michael Buesch --- example/cms.css | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/example/cms.css b/example/cms.css index 8ad16c5..7df800d 100644 --- a/example/cms.css +++ b/example/cms.css @@ -336,6 +336,20 @@ h1 a:hover, h2 a:hover, h3 a:hover { margin-bottom: 40px; } +pre { + font-family: Courier, mono; +} + +.console-text { + font-family: Courier, mono; + color: black; + background: #E0E0E0; + border-radius: 15px; + padding: 2px 15px; + margin: 0; + display: inline-block; +} + /******************************************************************************/ /* MISC */ /******************************************************************************/ @@ -359,22 +373,11 @@ h1 a:hover, h2 a:hover, h3 a:hover { font-size: xx-small; } -pre { - font-family: Courier, mono; -} -.console-text { - font-family: Courier, mono; - color: black; - background: #E0E0E0; - border-radius: 15px; - padding: 2px 15px; - margin: 0; - display: inline-block; } /******************************************************************************/ -/* PRINT media */ +/* MEDIA: print */ /******************************************************************************/ @media print { -- cgit v1.2.3