diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-26 17:17:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-26 17:17:53 +0200 |
commit | 0cba359075afacb16e1e05393a4f2836a9c5dc98 (patch) | |
tree | 3d606a0bb129faccff0536afa8dd127f38f7701d | |
parent | afa169cd0d5e7c5663bde829376b6248b9eba576 (diff) |
Some style refactoring
-rw-r--r-- | common.css | 2 | ||||
-rw-r--r-- | intro.css | 6 |
2 files changed, 2 insertions, 6 deletions
@@ -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; @@ -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 { |