gerrit/Documentation/doc.css.in
Edwin Kempin c31a38172a Fix rendering of links in license documentation
Links in the license boxes were not rendered, e.g. for the CC-BY3.0
license it was literally showing
  link:http://creativecommons.org/licenses/by/3.0/us/[CC-BY 3.0]
instead of rendering this as a 'CC-BY 3.0' link that links to
http://creativecommons.org/licenses/by/3.0/us/.

Change-Id: I4bb60b1a01cc38c4a906bed63d1f30780cac63c2
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2014-11-04 22:55:01 +01:00

57 lines
767 B
CSS

body {
margin: 1em auto;
width: 900px;
}
#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;
}
#license > .content,
.listingblock > .content {
border: 2px solid silver;
background: #ebebeb;
margin-left: 2em;
color: darkgreen;
padding: 2px;
overflow: auto;
}
#license > .content pre,
.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;
}