summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2020-07-26 20:22:21 +0700
committerSelwin Ong <selwin.ong@gmail.com>2020-07-26 20:22:21 +0700
commit167ab96070be9dbc1b4b55dde0f25779e408cdfd (patch)
tree393f632f14edfcf3046f6b4cd3401930257c7c66
parentdff7a09a1d0f522152203f903db79c3642811716 (diff)
downloadrq-167ab96070be9dbc1b4b55dde0f25779e408cdfd.tar.gz
Slightly tweaked docs CSS
-rw-r--r--docs/css/screen.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/css/screen.css b/docs/css/screen.css
index a70e4d9..a976e0c 100644
--- a/docs/css/screen.css
+++ b/docs/css/screen.css
@@ -29,6 +29,11 @@ header
margin: 0 auto 2em auto;
}
+li
+{
+ padding-bottom: 5px;
+}
+
ul.inline
{
list-style-type: none;