mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
css changes to index.html
This commit is contained in:
parent
9c2c24aeeb
commit
6dded8e6e6
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user