From 1ac6386eef529bf717a726ea06cd0848b9a68bde Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 23 Dec 2011 21:52:35 -0800 Subject: fix padding and duplicate background on vertical slides in overview --- css/main.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/main.css b/css/main.css index 339889a..75b1135 100644 --- a/css/main.css +++ b/css/main.css @@ -261,12 +261,19 @@ h1 { } +/********************************************* + * OVERVIEW + *********************************************/ + .overview #main section { - padding: 20px; + padding: 20px 0; opacity: 1; cursor: pointer; background: rgba(0,0,0,0.1); } +.overview #main section.present>section.present { + background: none; +} .overview #main section>section { opacity: 1; cursor: pointer; -- cgit v1.2.3