summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-26 17:17:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-26 17:17:53 +0200
commit0cba359075afacb16e1e05393a4f2836a9c5dc98 (patch)
tree3d606a0bb129faccff0536afa8dd127f38f7701d
parentafa169cd0d5e7c5663bde829376b6248b9eba576 (diff)
Some style refactoring
-rw-r--r--common.css2
-rw-r--r--intro.css6
2 files changed, 2 insertions, 6 deletions
diff --git a/common.css b/common.css
index 0cb1e32..11429bc 100644
--- a/common.css
+++ b/common.css
@@ -27,6 +27,8 @@ body {min-width: 17em;}
padding: 0 .4em 0 .4em; /* Space between text and browser frame. */
}
+p, li, dd {text-align: justify;}
+
code, pre
{
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
diff --git a/intro.css b/intro.css
index 2fb8d67..f63932e 100644
--- a/intro.css
+++ b/intro.css
@@ -6,7 +6,6 @@
html
{
color: #333;
- text-align: justify;
}
#content
@@ -49,11 +48,6 @@ pre
padding: .8em .4em .8em .4em;
margin: 1.5em -.4em 1.5em -.4em; /* Use margins of #content. */
-
-/*
- padding: .8em 0 .8em .8em;
- margin: .2em 0 .2em 0;
- */
}
dl {