doxygen: backport style changes
This commit is contained in:
parent
62b5d37b6b
commit
d9ea9bedb2
@ -6,12 +6,11 @@ body, table, div, p, dl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font: 12px Consolas, "Liberation Mono", Courier, monospace;
|
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
|
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
padding: 0;
|
background-color: rgb(223, 229, 241);
|
||||||
background-color: #ddd;
|
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -20,6 +19,16 @@ body {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.fragment {
|
||||||
|
padding: 3px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.line {
|
||||||
|
padding-bottom: 3px;
|
||||||
|
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||||
|
}
|
||||||
|
|
||||||
div.contents {
|
div.contents {
|
||||||
width: 980px;
|
width: 980px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -35,3 +44,11 @@ span.arrow {
|
|||||||
div.image img{
|
div.image img{
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#projectlogo
|
||||||
|
{
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
border-collapse: separate;
|
||||||
|
padding-left: 0.5em;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user