Files
gerrit/Documentation/doc.css
Yuxuan 'fishy' Wang 590ea3622e Better css for documentation.
Currently the get:: macro looks like normal text. This change will make them
more distinguished.

Fixes part of issue 2159.

Change-Id: Ib232205e627f657ddfddbe62cdb5c9a4b13ceb81
2013-10-02 13:43:50 -07:00

38 lines
456 B
CSS

body {
margin: 1em;
}
#toctitle {
margin-top: 0.5em;
font-weight: bold;
}
h1, h2, h3, h4, h5, h6, #toctitle {
color: #527bbd;
font-family: sans-serif;
}
h1, h2, h3 {
border-bottom: 2px solid silver;
}
p {
margin: 0.5em 0 0.5em 0;
}
li p {
margin: 0.2em 0 0.2em 0;
}
.monospaced {
border: 2px solid silver;
background: #ebebeb;
margin-left: 2em;
width: 100em;
color: darkgreen;
padding: 2px;
}
dl dt {
margin-top: 1em;
}