aboutsummaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2011-12-23 21:52:35 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2011-12-23 21:52:35 -0800
commit1ac6386eef529bf717a726ea06cd0848b9a68bde (patch)
treec9f9f738b07a3424de4843e3361e7402d73206b7 /css/main.css
parentb162a54c2d4a96ef6661953c6e4ccfdf940de3e2 (diff)
downloadfosdem-2018-presentation-1ac6386eef529bf717a726ea06cd0848b9a68bde.tar
fosdem-2018-presentation-1ac6386eef529bf717a726ea06cd0848b9a68bde.tar.gz
fix padding and duplicate background on vertical slides in overview
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css9
1 files changed, 8 insertions, 1 deletions
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;