From 6f7ba4f752afc25827d92d2ae314b2cbdca9fa04 Mon Sep 17 00:00:00 2001 From: Jono Brandel Date: Tue, 8 Feb 2011 09:25:54 -0800 Subject: [PATCH] updated demo.css to accomodate padding-bottom on index.html --- demo/demo.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/demo.css b/demo/demo.css index bcf6203..b52bc5e 100644 --- a/demo/demo.css +++ b/demo/demo.css @@ -50,7 +50,7 @@ h2 { h2.section { margin: 0; - padding: 20px 0 20px; + padding: 20px 0px 0px 0px; cursor: pointer; border-top: 1px dotted #ccc; -webkit-transition: color 0.15s linear; @@ -93,6 +93,7 @@ div.expanded h2:before, div.collapsed h2:before { 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;