mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 13:30:27 +01: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 {
|
||||
font-size: 300%;
|
||||
background-image: none;
|
||||
background-color: #D6E5FF;
|
||||
padding-left: 10px;
|
||||
font-size: 150%;
|
||||
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%;
|
||||
}
|
||||
|
||||
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 {
|
||||
|
|
@ -73,6 +88,10 @@ h2 {
|
|||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
div.header {
|
||||
border: none;
|
||||
}
|
||||
|
||||
td.fieldname {
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue