updated demo.css to accomodate padding-bottom on index.html

This commit is contained in:
Jono Brandel 2011-02-08 09:25:54 -08:00
parent cdb9e9fe6a
commit a4bd8874ee

View File

@ -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;