gerrit/Documentation/doc.css
Edwin Kempin 84ee2b08da Add border for tables in documentation
Without border the tables (e.g. in the REST API documentation) are
hard to read.

Change-Id: If750c09c8518bac3575ada606e918bf18ccc57bf
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2014-02-19 10:29:34 +01:00

54 lines
698 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;
}
.listingblock > .content {
border: 2px solid silver;
background: #ebebeb;
margin-left: 2em;
width: 100em;
color: darkgreen;
padding: 2px;
}
.listingblock > .content pre {
background: none;
border: 0 solid silver;
padding: 0 0 0 0;
}
dl dt {
margin-top: 1em;
}
table.tableblock {
border-collapse: collapse;
}
table.tableblock,
th.tableblock,
td.tableblock {
border: 1px solid #EEE;
}