From 617355bf4ee0f53a8b1f8cac7cc9ff8f5e09f059 Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Mon, 22 Dec 2014 05:54:42 +0000 Subject: [PATCH] better intro style --- help/proto/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/help/proto/style.css b/help/proto/style.css index 314a2e377..90e671d28 100644 --- a/help/proto/style.css +++ b/help/proto/style.css @@ -1,4 +1,5 @@ h3 { page-break-after: avoid; } -h2, .last { padding-bottom: 1.3em; } +h2 { text-indent: 0; text-align:center; padding-bottom: 1em; } p { margin: 10px 0 0 0; } p.opds { padding-top: 0.5em; text-align: center; text-indent: 0; page-break-before: avoid; } +.last { padding-bottom: 1.3em; }