summaryrefslogtreecommitdiffstats
path: root/site/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/stylesheet.css')
-rw-r--r--site/stylesheet.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/stylesheet.css b/site/stylesheet.css
index b23ad2d..71d6fb8 100644
--- a/site/stylesheet.css
+++ b/site/stylesheet.css
@@ -24,6 +24,7 @@ code {
padding: 1px 3px;
border-radius: 5px;
margin: 0 2px;
+ white-space: nowrap;
}
code, pre {
@@ -68,7 +69,8 @@ ul {
margin: 20px;
}
-ul ul {
+ul ul,
+dd {
margin: 5px 20px;
}