From 8825a00413d66062860f248a08f996b4d8970b7c Mon Sep 17 00:00:00 2001 From: jake-low Date: Sun, 10 May 2015 17:45:57 -0700 Subject: [PATCH] Widen section labels on swissen template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I noticed that on the swissen template, the word "experience" was a bit too long to use as a section label. Given that this is a pretty short word, and also a very common section label for résumés, I widened the section labels from 16% of the total width to 20% (and reduced the width of the main text area to match) for both html and pdf renderings. --- templates/swissen/css/pdf.css | 6 +++--- templates/swissen/css/resume.css | 2 +- templates/swissen/css/screen.css | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/swissen/css/pdf.css b/templates/swissen/css/pdf.css index 29ab7f7..c3e499a 100644 --- a/templates/swissen/css/pdf.css +++ b/templates/swissen/css/pdf.css @@ -37,12 +37,12 @@ body.pdf { } h3 { float: left; - width: 16%; + width: 20%; font-style: normal; } h3+p { float: left; - width: 84%; + width: 80%; } blockquote { @@ -70,7 +70,7 @@ body.pdf { ol { float: left; - width: 84%; + width: 80%; margin: .7em 0 0; } diff --git a/templates/swissen/css/resume.css b/templates/swissen/css/resume.css index 802de36..9653192 100644 --- a/templates/swissen/css/resume.css +++ b/templates/swissen/css/resume.css @@ -133,7 +133,7 @@ ul dl { ol { margin: 0; padding: 0 0 .75em; - width: 84%; + width: 80%; display: inline-block; } diff --git a/templates/swissen/css/screen.css b/templates/swissen/css/screen.css index 7078a66..446b215 100644 --- a/templates/swissen/css/screen.css +++ b/templates/swissen/css/screen.css @@ -82,12 +82,12 @@ h3 { float: left; - width: 16%; + width: 20%; } h3+p { float: left; - width: 84%; + width: 80%; } ul li { @@ -107,7 +107,7 @@ ol { float: left; - width: 84%; + width: 80%; margin: .6em 0 0; }