From: Carl Worth Date: Wed, 30 May 2007 20:44:55 +0000 (-0700) Subject: Ensure that lists get indented along with paragraphs X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=7de4fb3ee2ef3df1eb635e79826a12be497640a3 Ensure that lists get indented along with paragraphs --- 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%; }