From 0b90c3680e330b32837dc655642a4bed29f27fcd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 23:48:45 -0700 Subject: Cosmetic changes --- css/_common.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'css') diff --git a/css/_common.css b/css/_common.css index 1984d9f..411086c 100644 --- a/css/_common.css +++ b/css/_common.css @@ -3,6 +3,7 @@ * margins & widths * text sizes & font assignments * link rendering + * images * vim: fdm=marker */ /* Import rules {{{ */ @@ -22,6 +23,7 @@ html, body { #wrapper { /*makes sure nav is at bottom of window*/ min-height: 100%; position: relative; + margin: 12px; } .thing { max-width: 39em; @@ -35,6 +37,7 @@ td { } tr { border-bottom: 1px solid #aaa; + border-top: 1px solid #aaa; } /* Links */ a:link { @@ -51,6 +54,20 @@ a:active { text-decoration: underline; } /* }}} */ +/* Images {{{ */ +figure { + width: 100%; + margin: auto; + text-align: center; +} +figcaption { + display: none; +} +img { + max-width: 100%; + margin: auto; +} +/* }}} */ /* Header section {{{ */ header { max-width: 39em; @@ -119,11 +136,15 @@ nav { } nav .prevlink { float: left; + text-align: left; margin: 0 0.5em; + max-width: 20%; } nav .nextlink { float: right; + text-align: right; margin: 0 0.5em; + max-width: 20%; } nav .prevlink:before { content: ' «' -- cgit 1.4.1-21-gabe81