style fixes for lists in comments

This commit is contained in:
albert
2011-09-13 19:43:47 -04:00
parent 0781f76c8b
commit af9072d9ae
2 changed files with 14 additions and 14 deletions

View File

@@ -153,6 +153,19 @@ div.prose {
h3 {
padding: $h3_padding;
}
ul {
margin-left: 1em;
margin-bottom: 1em;
ul {
margin-bottom: 0;
}
}
li {
list-style-type: disc;
}
}
fieldset {
@@ -585,19 +598,6 @@ div.comments-for-post {
margin-left: 2em;
width: 30em;
float: left;
ul {
margin-left: 1em;
margin-bottom: 1em;
ul {
margin-bottom: 0;
}
}
li {
list-style-type: disc;
}
}
}

View File

@@ -6,7 +6,7 @@
</p>
</div>
<div class="content">
<div class="body">
<div class="body prose">
<%= format_text(comment.body) %>
</div>
<menu>