about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-18 11:35:41 -0700
committerCase Duckworth2015-03-18 11:35:41 -0700
commit6d923ed535912513cfb18469cab6dbcac5900526 (patch)
tree2cd9af19757439fa51dd05a0f3904df051bedf70 /css
parentUpdate src/index.html (diff)
downloadautocento-6d923ed535912513cfb18469cab6dbcac5900526.tar.gz
autocento-6d923ed535912513cfb18469cab6dbcac5900526.zip
Add README.txt in src/
Added a README as an explanation: as to the motivations behind
the site, technological considerations, and usage notes.
Diffstat (limited to 'css')
-rw-r--r--css/common.css26
1 files changed, 14 insertions, 12 deletions
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 {
24 left: 0; 24 left: 0;
25 right: 0; 25 right: 0;
26 min-height: 100%; 26 min-height: 100%;
27 padding-left: 12px; 27 padding-left: 1em;
28 padding-right: 12px; 28 padding-right: 1em;
29} 29}
30header { 30header {
31 max-width: 39em; 31 max-width: 39em;
@@ -158,6 +158,17 @@ img {
158 margin: auto; 158 margin: auto;
159} 159}
160/* images }}} */ 160/* images }}} */
161/* HEADER-EXTRA {{{ */
162.header-extra {
163 text-align: right;
164}
165.dedication,.epigraph {
166 vertical-align: bottom;
167 display: inline-block;
168 margin-left: 2%;
169 margin-right: 2%;
170 width: 45%;
171}
161/* DEDICATION {{{ */ 172/* DEDICATION {{{ */
162.dedication { 173.dedication {
163 font-style: italic; 174 font-style: italic;
@@ -172,16 +183,6 @@ img {
172 text-align: right; 183 text-align: right;
173} 184}
174/* dedication }}} */ 185/* dedication }}} */
175.header-extra {
176 text-align: right;
177}
178.dedication,.epigraph {
179 vertical-align: bottom;
180 display: inline-block;
181 margin-left: 2%;
182 margin-right: 2%;
183 width: 45%;
184}
185/* EPIGRAPH {{{ */ 186/* EPIGRAPH {{{ */
186.epigraph { 187.epigraph {
187 text-align: right; 188 text-align: right;
@@ -202,6 +203,7 @@ img {
202 content: '– '; 203 content: '– ';
203} 204}
204/* epigraph }}} */ 205/* epigraph }}} */
206/* header-extra }}} */
205/* NAV {{{ */ 207/* NAV {{{ */
206nav a:link { border-bottom: none; } 208nav a:link { border-bottom: none; }
207nav a:active { border: none; } 209nav a:active { border: none; }