From 7de4fb3ee2ef3df1eb635e79826a12be497640a3 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 30 May 2007 13:44:55 -0700 Subject: [PATCH] Ensure that lists get indented along with paragraphs --- src/local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/local.css b/src/local.css index d9294a6..9bf5a9d 100644 --- a/src/local.css +++ b/src/local.css @@ -26,7 +26,7 @@ h2,h3,h4,h5,h6 { font-size: 125%; } -p { +p, ol, ul { margin-left: 4%; margin-right: 4%; } -- 2.43.0