From b44ca771e46bc844d682c52daf4339d320acd271 Mon Sep 17 00:00:00 2001 From: takashi Date: Fri, 12 Jan 2024 14:32:40 +0000 Subject: [PATCH] fix --- src/style.css | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) diff --git a/src/style.css b/src/style.css index 57beb83..9c47f1e 100644 --- a/src/style.css +++ b/src/style.css @@ -1,11 +1,10 @@ -/* Bibi Style, 2024-01-07 */ +/* Bibi Style, 2024-01-12 */ html, body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, -br, cite, code, em, kbd, samp, strong, var, -a, dl, dt, dd, ol, ul, li, -img +br, cite, code, em, kbd, samp, strong, var, +a, img { border: 0 solid #7d7d7d; font-size: 100%; @@ -77,31 +76,28 @@ dl, ol, p, pre, ul margin: 0 0 1em; } +blockquote + { + border-left: medium solid #aacf53; + margin-left: 1em; + padding-left: 0.5em; + } + p { text-indent: 1em; } -dt, dd - { - margin-bottom: 0.25em; - } - -dt - { - line-height: 125%; - } - dd { border-width: 0 0 0 thin; - margin-left: 1.5em; + margin: 0 0 0.25em 2em; padding-left: 0.5em; } ol, ul { - margin-left: 2em; + margin-left: 2.5em; } ul @@ -109,13 +105,6 @@ ul list-style: disc; } -blockquote - { - border-left: medium solid #aacf53; - margin-left: 1em; - padding-left: 1em; - } - em, strong, var { background: none; @@ -145,13 +134,6 @@ kbd color: #bce2e8; } -img - { - border: thin solid; - font-style: italic; - vertical-align: bottom; - } - a { background: none; @@ -169,3 +151,10 @@ a:hover { text-decoration: none; } + +img + { + border: thin solid; + font-style: italic; + vertical-align: bottom; + }