mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 03:28:00 +02:00
doc/api: more CSS styling
This commit is contained in:
parent
58ce4960e4
commit
fe47232949
1 changed files with 24 additions and 5 deletions
|
|
@ -14,14 +14,29 @@ dd {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 300%;
|
font-size: 150%;
|
||||||
background-image: none;
|
color: #354C7B;
|
||||||
background-color: #D6E5FF;
|
background: none;
|
||||||
padding-left: 10px;
|
border-bottom: 1px solid #879ECB;
|
||||||
|
font-size: 150%;
|
||||||
|
font-weight: normal;
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
padding-left: 0px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 200%;
|
font-size: 120%;
|
||||||
|
color: #354C7B;
|
||||||
|
background: none;
|
||||||
|
border-bottom: 1px solid #879ECB;
|
||||||
|
font-size: 150%;
|
||||||
|
font-weight: normal;
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
padding-left: 0px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm-dox li {
|
.sm-dox li {
|
||||||
|
|
@ -73,6 +88,10 @@ h2 {
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.header {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
td.fieldname {
|
td.fieldname {
|
||||||
font-family: 'Roboto Mono', monospace;
|
font-family: 'Roboto Mono', monospace;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue