summaryrefslogtreecommitdiff
path: root/resources/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/style.css b/resources/style.css
index e57e8a4714..54b66f43fe 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -48,14 +48,14 @@ ol[type="1"] {
padding: 0;
}
-ol[type="1"] li {
+ol[type="1"] > li {
margin-top: 1em;
padding: 1em;
background-color: #E5ECF9;
border: 1px dashed black;
}
-ol[type="1"] li:before {
+ol[type="1"] > li:before {
content: "Example ";
}