From ffe37e5a27a1bcd24cfd5755a64b9dba4ea99c9a Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Wed, 8 Dec 2021 16:54:32 +0300 Subject: [PATCH] correct ol --- header.php | 2 +- style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index e45a61d..ba51e6b 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/style.css b/style.css index 637f790..3693502 100644 --- a/style.css +++ b/style.css @@ -161,6 +161,14 @@ a{ margin-left: 35px;*/ } + ol { + list-style-type: decimal; + } + + ol li{ + margin-top: 4px; + margin-bottom: 4px; + } .input{