mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
updated demo.css to accomodate padding-bottom on index.html
This commit is contained in:
parent
cdb9e9fe6a
commit
a4bd8874ee
@ -50,7 +50,7 @@ h2 {
|
|||||||
|
|
||||||
h2.section {
|
h2.section {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 20px 0 20px;
|
padding: 20px 0px 0px 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;
|
||||||
@ -93,6 +93,7 @@ div.expanded h2:before, div.collapsed h2:before {
|
|||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user