]> git.cworth.org Git - cworth.org/commitdiff
Ensure that lists get indented along with paragraphs
authorCarl Worth <cworth@cworth.org>
Wed, 30 May 2007 20:44:55 +0000 (13:44 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 30 May 2007 20:44:55 +0000 (13:44 -0700)
src/local.css

index d9294a67836a4efcdf8e8f29520e2ca953668aa4..9bf5a9d8f332465a2ef048f81d09782ee27930c9 100644 (file)
@@ -26,7 +26,7 @@ h2,h3,h4,h5,h6 {
     font-size: 125%;
 }
 
-p {
+p, ol, ul {
     margin-left: 4%;
     margin-right: 4%;
 }