From 0781f76c8b7443dd931d0751314352b0258c75d1 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 13 Sep 2011 19:43:11 -0400 Subject: [PATCH] style fixes for lists in comments --- app/assets/stylesheets/application.css.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index e32c10dc3..39be42920 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -585,6 +585,19 @@ 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; + } } }