summaryrefslogtreecommitdiff
path: root/resources/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/style.css b/resources/style.css
index 9ef99126af..cfe9053bb7 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -39,9 +39,15 @@ code {
/* examples */
ol[type="1"] {
+ list-style-type: none;
+ margin-left: 0;
+}
+
+ol[type="1"] li {
+ margin-top: 1em;
+ padding: 1em;
background-color: #E5ECF9;
border: 1px dashed black;
- list-style-type: none;
}
ol[type="1"] li:before {