style fixes for lists in comments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="body">
|
||||
<div class="body prose">
|
||||
<%= format_text(comment.body) %>
|
||||
</div>
|
||||
<menu>
|
||||
|
||||
Reference in New Issue
Block a user