css changes to index.html

This commit is contained in:
Jono Brandel 2011-02-09 13:32:41 -08:00
parent 9c2c24aeeb
commit 6dded8e6e6

View File

@ -50,7 +50,7 @@ h2 {
h2.section { h2.section {
margin: 0; margin: 0;
padding: 20px 0px 0px 0px; padding: 20px 0px 20px 0px;
cursor: pointer; cursor: pointer;
border-top: 1px dotted #ccc; border-top: 1px dotted #ccc;
-webkit-transition: color 0.15s linear; -webkit-transition: color 0.15s linear;
@ -72,7 +72,7 @@ div.trans {
margin: 0px 0px 20px 0px; margin: 0px 0px 20px 0px;
} }
ol#secrets { ol#secrets {
padding: 0px 0px 20px 0px; /* padding: 0px 0px 20px 0px;*/
} }
div.expanded h2:before { div.expanded h2:before {
content: '-'; content: '-';
@ -90,10 +90,12 @@ div.expanded h2:before, div.collapsed h2:before {
font-family: Monaco, monospace; font-family: Monaco, monospace;
} }
div.collapsable>div {
padding-bottom: 10px;
}
div.collapsable { div.collapsable {
overflow: hidden; overflow: hidden;
clear: both; clear: both;
margin-bottom: 20px;
-moz-transition: height .2s ease-out; -moz-transition: height .2s ease-out;
-webkit-transition: height .2s ease-out; -webkit-transition: height .2s ease-out;
transition: height .2s ease-out; transition: height .2s ease-out;