From 6d923ed535912513cfb18469cab6dbcac5900526 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 18 Mar 2015 11:35:41 -0700 Subject: Add README.txt in src/ Added a README as an explanation: as to the motivations behind the site, technological considerations, and usage notes. --- css/common.css | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'css') diff --git a/css/common.css b/css/common.css index cef8a39..1156808 100644 --- a/css/common.css +++ b/css/common.css @@ -24,8 +24,8 @@ body { left: 0; right: 0; min-height: 100%; - padding-left: 12px; - padding-right: 12px; + padding-left: 1em; + padding-right: 1em; } header { max-width: 39em; @@ -158,6 +158,17 @@ img { margin: auto; } /* images }}} */ +/* HEADER-EXTRA {{{ */ +.header-extra { + text-align: right; +} +.dedication,.epigraph { + vertical-align: bottom; + display: inline-block; + margin-left: 2%; + margin-right: 2%; + width: 45%; +} /* DEDICATION {{{ */ .dedication { font-style: italic; @@ -172,16 +183,6 @@ img { text-align: right; } /* dedication }}} */ -.header-extra { - text-align: right; -} -.dedication,.epigraph { - vertical-align: bottom; - display: inline-block; - margin-left: 2%; - margin-right: 2%; - width: 45%; -} /* EPIGRAPH {{{ */ .epigraph { text-align: right; @@ -202,6 +203,7 @@ img { content: '– '; } /* epigraph }}} */ +/* header-extra }}} */ /* NAV {{{ */ nav a:link { border-bottom: none; } nav a:active { border: none; } -- cgit 1.4.1-21-gabe81