подправил стили для кода примеров. Добавил std, v2, tools, v2.ll.

This commit is contained in:
Aleksey Chichenkov 2018-09-25 15:14:18 +03:00
parent 2c27a64ea0
commit 73f3735bb6
54 changed files with 1579 additions and 342 deletions

View file

@ -139,6 +139,7 @@ nav
padding-left: 16px;
padding-right: 16px;
padding-bottom: 20px;
}
/*nav ul {*/
@ -218,6 +219,20 @@ h5, .container-overview .subsection-title
margin: 8px 0 3px 0;
}
.container-overview > h3 {
margin-top: 16px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.container-overview > pre {
margin-top: 5px;
}
.container-overview > div.description > p {
margin-top: 0;
margin-bottom: 0;
}
/*article .container-overview {*/
/*padding-bottom: 30px;*/
/*}*/

View file

@ -19,6 +19,8 @@
}
.min-methods .list .compact-method .access{
padding-right: 10px;
display: inline-block;
width: 50px;
}
.min-methods .list .compact-method .name{
color: #0137ff;
@ -63,4 +65,9 @@
font-size: 20px;
font-weight: normal;
min-width: initial;
}
.parameter > .description > p {
margin-top: 0;
margin-bottom: 0;
}

View file

@ -9,15 +9,18 @@
@media screen {
/* string content */
.str {
color: #718c00; }
color: #c51916; }
/* a keyword */
.kwd {
color: #8959a8; }
color: #ab0d90;
}
/* a comment */
.com {
color: #8e908c; }
color: hsl(120, 100%, 23%);
font-style: italic;
}
/* a type name */
.typ {