deploy: f549d63ced
rodzic
eaa2c124f8
commit
71c98a22b3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
18
index.html
18
index.html
|
@ -169,6 +169,24 @@ ul.navbar li:last-child {
|
|||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* clouds styles */
|
||||
.sidebar.clouds {
|
||||
overflow-y:scroll;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
/* hide unused parts */
|
||||
.sidebar.clouds .thingy .checkbox {
|
||||
display: none;
|
||||
}
|
||||
.sidebar.clouds .thingy.numeric-slider {
|
||||
display: none;
|
||||
}
|
||||
.sidebar.clouds fieldset label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<noscript>
|
||||
<p>Alas, you need JavaScript to peruse this page.</p>
|
||||
|
|
Ładowanie…
Reference in New Issue