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
62e50fc8a0
commit
f98eb5dc00
@ -50,7 +50,7 @@ h2 {
|
||||
|
||||
h2.section {
|
||||
margin: 0;
|
||||
padding: 20px 0px 0px 0px;
|
||||
padding: 20px 0px 20px 0px;
|
||||
cursor: pointer;
|
||||
border-top: 1px dotted #ccc;
|
||||
-webkit-transition: color 0.15s linear;
|
||||
@ -72,7 +72,7 @@ div.trans {
|
||||
margin: 0px 0px 20px 0px;
|
||||
}
|
||||
ol#secrets {
|
||||
padding: 0px 0px 20px 0px;
|
||||
/* padding: 0px 0px 20px 0px;*/
|
||||
}
|
||||
div.expanded h2:before {
|
||||
content: '-';
|
||||
@ -90,10 +90,12 @@ div.expanded h2:before, div.collapsed h2:before {
|
||||
font-family: Monaco, monospace;
|
||||
}
|
||||
|
||||
div.collapsable>div {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user