www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 49b8eca6ea9d616efc2d328db798eb6ef081b0b4
parent 5a516cc8371ac4c52a5c6e2893851b389a0ceedd
Author: Andrew Belt <andrewpbelt@gmail.com>
Date:   Thu, 12 Feb 2015 20:15:04 -0500

Figure alignment, more vertical spacing

Diffstat:
Mstyle.css | 18+++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/style.css b/style.css @@ -78,7 +78,7 @@ ul { .mw-body { max-width: 720px; - margin: 0 auto; + margin: 1em auto; } #content { @@ -92,6 +92,7 @@ ul { } #siteSub { + margin-top: -0.5em; margin-bottom: 4em; } @@ -112,8 +113,8 @@ ul { .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 { font-family: inherit; - line-height: 2em; - margin-bottom: 0; + line-height: 1.5em; + margin-bottom: 0.5em; } .mw-body h1 { @@ -188,3 +189,13 @@ span.texhtml { .toctoggle { display: none; } + +/* Figures */ + +div.tright { + margin: 0.5em 0 0.5em 1.5em; +} + +div.tleft { + margin: 0.5em 1.5em 0.5em 0; +} +\ No newline at end of file