Let constructors be searched on the docs, and allow collapsing types

This commit is contained in:
Lonami Exo
2017-07-08 13:28:23 +02:00
parent 5061e22c66
commit 4563875ab5
3 changed files with 102 additions and 44 deletions

View File

@@ -52,7 +52,7 @@ table td {
margin: 0 8px -2px 0;
}
h1 {
h1, summary.title {
font-size: 24px;
}
@@ -137,6 +137,26 @@ button:hover {
color: #fff;
}
/* https://www.w3schools.com/css/css_navbar.asp */
ul.together {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
ul.together li {
float: left;
}
ul.together li a {
display: block;
border-radius: 8px;
background: #f0f4f8;
padding: 4px 8px;
margin: 8px;
}
/* https://stackoverflow.com/a/30810322 */
.invisible {
left: 0;
@@ -153,7 +173,7 @@ button:hover {
}
@media (max-width: 640px) {
h1 {
h1, summary.title {
font-size: 18px;
}
h3 {