boringssl/util/doc.css
David Benjamin 2b1ca80e09 Link back to the main page in documentation.
Also give the main page a title.

Change-Id: I6db588a9454d90a5974de5446d58d709f84d1906
Reviewed-on: https://boringssl-review.googlesource.com/8020
Reviewed-by: Adam Langley <agl@google.com>
2016-05-20 15:36:00 +00:00

71 lines
885 B
CSS

#main {
margin-left: auto;
margin-right: auto;
max-width: 55em;
text-align: justify;
}
h2 {
font-family: monospace;
background-color: #b2c9db;
padding: 7px;
border-radius: 7px;
}
div.title {
margin-bottom: 2em;
}
ol {
list-style: none;
margin-bottom: 4em;
}
li a {
color: black;
}
li.header {
margin-top: 1em;
margin-bottom: 0.3em;
font-weight: bold;
}
div.decl p:first-child {
margin-top: 2.5em;
}
div.decl p:first-child .first-word {
font-weight: bold;
font-family: monospace;
}
.sectionpreamble {
margin-top: 5em;
}
.sectionpreamble p:first-child {
font-weight: bold;
font-size: 1.5em;
}
.section pre {
background-color: #b2c9db;
padding: 5px;
border-radius: 5px;
}
td {
padding: 2px;
}
tr:nth-child(even) {
background-color: #eee;
}
tr.header td {
font-weight: bold;
padding-top: 1em;
padding-bottom: 0.5em;
}