Mercurial > hg > soundsoftware-site
changeset 1038:a7534dad6d19 cannam
Fix indentation in wiki list elements
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 13 Nov 2012 14:41:33 +0000 |
parents | d937100c4b4a |
children | f6c71883b995 |
files | public/themes/soundsoftware/stylesheets/application.css |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }