diff options
-rw-r--r-- | local.css | 2 | ||||
-rw-r--r-- | sidebar.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ h1{font-size:2.2rem;} h2{font-size:1.4rem;} h3{font-size:1.2rem;} .sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;} -.sidebar h2{font-size:1rem;margin-top:0;} +.sidebar p{font-size:1rem;margin-top:0;} .sidebar ul{margin-bottom:0;padding-left:20px;} .blogform{background:none;border:0;} .pageheader .trails{display:none;} diff --git a/sidebar.mdwn b/sidebar.mdwn index 4243f9b..8f91c97 100644 --- a/sidebar.mdwn +++ b/sidebar.mdwn @@ -1,4 +1,4 @@ -## Site Navigation +**Site Navigation** * [[/index]] * [[posts]] |