From 6dded8e6e684ebf831ef1966128b302eaba3ced7 Mon Sep 17 00:00:00 2001 From: Jono Brandel Date: Wed, 9 Feb 2011 13:32:41 -0800 Subject: [PATCH] css changes to index.html --- demo/demo.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/demo/demo.css b/demo/demo.css index b52bc5e..ddebc64 100644 --- a/demo/demo.css +++ b/demo/demo.css @@ -50,7 +50,7 @@ h2 { h2.section { margin: 0; - padding: 20px 0px 0px 0px; + padding: 20px 0px 20px 0px; cursor: pointer; border-top: 1px dotted #ccc; -webkit-transition: color 0.15s linear; @@ -72,7 +72,7 @@ div.trans { margin: 0px 0px 20px 0px; } ol#secrets { - padding: 0px 0px 20px 0px; +/* padding: 0px 0px 20px 0px;*/ } div.expanded h2:before { content: '-'; @@ -90,10 +90,12 @@ div.expanded h2:before, div.collapsed h2:before { font-family: Monaco, monospace; } +div.collapsable>div { + padding-bottom: 10px; +} div.collapsable { overflow: hidden; clear: both; - margin-bottom: 20px; -moz-transition: height .2s ease-out; -webkit-transition: height .2s ease-out; transition: height .2s ease-out;