summaryrefslogtreecommitdiff
path: root/common.css
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-28 14:15:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-28 14:15:22 +0200
commitfe9e7121d07c5a134559f02d5dc46cceb3f276c1 (patch)
treee91d70fb0bc8c89c0ded59b4dfef45b33703c3b4 /common.css
parent9510963c900770f86f80b98f07deb8242448b117 (diff)
Style update for intro
Diffstat (limited to 'common.css')
-rw-r--r--common.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/common.css b/common.css
index 4c0b697..b96f64c 100644
--- a/common.css
+++ b/common.css
@@ -10,6 +10,8 @@ html
font-size: 18px;
line-height: 1.4em;
letter-spacing: 0.01em;
+
+ color: #333;
}
body {margin: 0;} /* There is non-0 default margin for body. */
@@ -118,9 +120,11 @@ code, pre
letter-spacing: 0;
}
-pre
-{
- white-space: pre-wrap;
+pre {white-space: pre-wrap;}
+
+@media only screen and (max-width: 567px)
+{
+ pre {word-break: break-all;}
}
/* Use page rather than system font settings. */