From b179de1e64cbbe8270e1f9017454c31e7e0a6525 Mon Sep 17 00:00:00 2001 From: Joe Bivins Date: Fri, 24 Feb 2012 20:18:10 -0500 Subject: [PATCH] Add spacing between paragraphs and dots before items in an unordered list. [ci skip] --- public/stylesheets/sass/application.sass | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index f6248c104..5f2881d8d 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -343,13 +343,18 @@ ul.as-selections :bottom 1px solid #ddd p - :padding-bottom 0 - :margin-bottom 0 + &:last-child + :padding-bottom 0 + :margin-bottom 0 &:first-child :border :top none + ul + li + :list-style disc + .youtube-player, .vimeo-player :border none :height 304px @@ -2827,4 +2832,4 @@ a.toggle_selector :color #999 a :color #666 - :color #666 \ No newline at end of file + :color #666