aboutsummaryrefslogtreecommitdiff
path: root/doc/manual_src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual_src/style.css')
-rw-r--r--doc/manual_src/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/manual_src/style.css b/doc/manual_src/style.css
index aec68f5..e18fae3 100644
--- a/doc/manual_src/style.css
+++ b/doc/manual_src/style.css
@@ -2,7 +2,7 @@
/* Layout */
.wrap {
- width: 90%;
+ width: 60%;
margin: 0 auto;
}
@@ -326,6 +326,12 @@ figcaption, .caption {
padding-top: 10px;
}
+#content li {
+ font-weight: 600;
+ padding-left: 1em;
+ list-style: square inside;
+}
+
ul.steps li {
color: #366689;
font-weight: 600;