From 0cba359075afacb16e1e05393a4f2836a9c5dc98 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Jan 2016 17:17:53 +0200 Subject: Some style refactoring --- common.css | 2 ++ intro.css | 6 ------ 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 { -- cgit v1.1