From e12ee379cfe08429886b662025a6258bdfa493c7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 13 Jul 2013 09:57:54 +0300 Subject: [PATCH] hide padding for first event row --- app/assets/stylesheets/sections/events.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 253347d5c..2e658a32b 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -31,6 +31,10 @@ * */ .event-item { + &:first-child { + padding-top: 0; + } + border-bottom: 1px solid #eee; .event-title { color: #333; -- 2.11.0