summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-06-05 10:27:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-06-05 13:03:11 +1000
commitfe4723294902beb07f6842014ebfc171d44b75da (patch)
tree75293aa10960864ea406a66d80879041e1bc18d0 /doc
parent58ce4960e4d067a7604485441779474fd8597689 (diff)
downloadlibinput-fe4723294902beb07f6842014ebfc171d44b75da.tar.gz
doc/api: more CSS styling
Diffstat (limited to 'doc')
-rw-r--r--doc/api/style/libinputdoxygen.css29
1 files changed, 24 insertions, 5 deletions
diff --git a/doc/api/style/libinputdoxygen.css b/doc/api/style/libinputdoxygen.css
index 93e34fdf..ec5d0f7f 100644
--- a/doc/api/style/libinputdoxygen.css
+++ b/doc/api/style/libinputdoxygen.css
@@ -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;
}