From 10059e58e66ff07cc15a29fd1a0ac018bf23deac Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 23 Jan 2021 12:29:31 +0100 Subject: [PATCH] corrected style --- styles/custom.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/styles/custom.css b/styles/custom.css index 24c5fb9..7a4fba8 100644 --- a/styles/custom.css +++ b/styles/custom.css @@ -157,17 +157,6 @@ dl.reflist dd { text-shadow: none; } -dl.reflist dd { - margin-bottom: 15px; -} - -/* Background colors */ -dl.note {} -dl.warning {} -dl.todo {} -dl.deprecated {} -dl.reflist {} - /* Header */ dl.note dt { background-color: #cbc693; @@ -211,6 +200,7 @@ dl.deprecated dd { } dl.reflist dd { + margin-bottom: 15px; background-color: #ffe0b2; border-color: #cbae82; } @@ -219,9 +209,6 @@ dl.reflist dd { /** Reference list **/ /**Similar to warning/note/todo/... messages**/ /*********************************************/ -dl.reflist { - -} /*********************************************/ /** Note, warning **/