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 /common.css | |
parent | afa169cd0d5e7c5663bde829376b6248b9eba576 (diff) |
Some style refactoring
Diffstat (limited to 'common.css')
-rw-r--r-- | common.css | 2 |
1 files changed, 2 insertions, 0 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; |