summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/xengineering.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/xengineering.css b/css/xengineering.css
index f5dcf60..b49be0c 100644
--- a/css/xengineering.css
+++ b/css/xengineering.css
@@ -32,6 +32,14 @@ a {
color: blue;
}
+ol {
+ padding-left: 20px; /* FIXME: just a hard-coded value */
+}
+
+ul {
+ padding-left: 15px; /* FIXME: just a hard-coded value */
+}
+
nav {
background-color: black;
}