# HG changeset patch # User Chris Cannam # Date 1352817693 0 # Node ID a7534dad6d1973ff9e5ff8c473a9cd11992af379 # Parent d937100c4b4aeb1ddfe188c120838e974aa6f254 Fix indentation in wiki list elements diff -r d937100c4b4a -r a7534dad6d19 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Tue Nov 13 14:22:55 2012 +0000 +++ b/public/themes/soundsoftware/stylesheets/application.css Tue Nov 13 14:41:33 2012 +0000 @@ -147,7 +147,7 @@ */ /* h4 { border-bottom: dotted 1px #c0c0c0; } */ -.wiki p { margin-left: 3em; margin-right: 3em; } +.wiki p, .wiki li { margin-left: 3em; margin-right: 3em; } div.issue { background: #fdfaf0; border: 1px solid #a9b680; border-left: 4px solid #a9b680; }