From 6666277fa23d2c6a5d747ebf42bd7cd2a2e7c126 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 5 Jan 2013 12:10:25 -0800 Subject: Epub CSS: left-align headers by default. This is more consistent with the rest of the writers. --- data/epub.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/epub.css b/data/epub.css index 6737f5cc7..3d9c59395 100644 --- a/data/epub.css +++ b/data/epub.css @@ -1,12 +1,12 @@ /* This defines styles and classes used in the book */ body { margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; text-align: justify; font-size: medium; } code { font-family: monospace; } -h1 { text-align: center; } -h2 { text-align: center; } -h3 { text-align: center; } -h4 { text-align: center; } -h5 { text-align: center; } -h6 { text-align: center; } +h1 { text-align: left; } +h2 { text-align: left; } +h3 { text-align: left; } +h4 { text-align: left; } +h5 { text-align: left; } +h6 { text-align: left; } h1.title { } h2.author { } h3.date { } -- cgit v1.2.3