summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-19 20:14:04 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-19 20:14:04 +0100
commitf938a7c834f4abe835048063306af6010a60c73c (patch)
treeb073358771a0f4b10776043c511c29f0d4a43e47 /resources
parent7c16776236dcf1d34551916dedefc22cfdc3f999 (diff)
downloadscala-f938a7c834f4abe835048063306af6010a60c73c.tar.gz
scala-f938a7c834f4abe835048063306af6010a60c73c.tar.bz2
scala-f938a7c834f4abe835048063306af6010a60c73c.zip
Identifiers, Names and Scopes chapter converted. Minor CSS tweaks to
make examples and inline code look better.
Diffstat (limited to 'resources')
-rw-r--r--resources/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css
index b0230de748..9ef99126af 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -18,6 +18,7 @@ header .date {
pre {
margin-left: 3em;
+ margin-right: 3em;
padding: 1em;
background-color: #EEE;
border: 1px solid #333;
@@ -27,7 +28,19 @@ code {
background-color: #EEE;
}
+code > span {
+ font-weight: normal !important;
+}
+
+code {
+ padding-left: 0.1em;
+ padding-right: 0.1em;
+}
+
+/* examples */
ol[type="1"] {
+ background-color: #E5ECF9;
+ border: 1px dashed black;
list-style-type: none;
}