summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-11-03 14:43:13 +0000
committerIain McGinniss <iainmcgin@gmail.com>2012-11-03 14:43:13 +0000
commitfd283b64dd8ae98f7d17d2bb5b71b3d4aa1d51c6 (patch)
tree0748e6975056c039a844a0057c4f74f63ac0aab2 /resources
parent79833dcccf2c02bc2a5621d534b0cbf1d941e4ef (diff)
downloadscala-fd283b64dd8ae98f7d17d2bb5b71b3d4aa1d51c6.tar.gz
scala-fd283b64dd8ae98f7d17d2bb5b71b3d4aa1d51c6.tar.bz2
scala-fd283b64dd8ae98f7d17d2bb5b71b3d4aa1d51c6.zip
conversion of classes and objects chapter
Diffstat (limited to 'resources')
-rw-r--r--resources/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css
index fae6e5155a..e57e8a4714 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -24,6 +24,13 @@ pre {
border: 1px solid #333;
}
+pre.math {
+ margin: 0;
+ padding: 0;
+ background-color: transparent;
+ border: 0;
+}
+
code > span {
font-weight: normal !important;
}