summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-12-20 17:06:33 +0000
committerIain McGinniss <iainmcgin@gmail.com>2012-12-20 17:06:33 +0000
commit7066c700d831dd447a4023750a61f3ac1934547d (patch)
treee87cecb85f47cf859526ea8647f65d143e820ba2 /resources
parentdc958b2bdc81621f14cbf29bfa3081283a5f8830 (diff)
downloadscala-7066c700d831dd447a4023750a61f3ac1934547d.tar.gz
scala-7066c700d831dd447a4023750a61f3ac1934547d.tar.bz2
scala-7066c700d831dd447a4023750a61f3ac1934547d.zip
converted xml expressions and user defined annotations chapters
Diffstat (limited to 'resources')
-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 ";
}