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{