From e6e089959db963560c2be322b8fbce6367b36483 Mon Sep 17 00:00:00 2001 From: Augusto dos Anjos Almeida Date: Thu, 23 Apr 2015 09:55:53 -0300 Subject: [PATCH] Removed bullets in list calendar. --- sass/_proposal_detail.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index 104ac4e..82af34a 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -404,7 +404,7 @@ min-height: $container-height; position: relative; text-align: center; - .talk-proposal{ + .talk-proposal { border: 1px solid $color; height: $container-height; min-height: $container-height; @@ -434,7 +434,7 @@ width: 80%; display: block; margin: 0 auto; - + list-style: none; li { width: 100%; margin: 0; -- libgit2 0.21.2