From b9844d877f6ebdac8ae6d0017aa7e428f1517f02 Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Thu, 21 May 2015 13:01:42 -0400
Subject: css: optimize use of screen space (...)

---
diff --git a/site/css/main.css b/site/css/main.css
index 92b1ab2..5edc899 100644
--- a/site/css/main.css
+++ b/site/css/main.css
@@ -2,27 +2,27 @@ body {
 	background:#f4f4f4;
 	color:#2B2B2B;
 	font-family:Lato,helvetica,sans-serif;
-	font-size:0.825em;
+	font-size:0.82em;
 	font-weight:400;
 	padding:0px;
 	margin:0px;
 }
 div.contain {
-	max-width:57em;
+	max-width:56.8em;
 	margin:0 auto;
 }
 div.section {
 	background:#FFF;
 	border-radius:0.5em;
 	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 1);
-	padding-left:0.9em;
-	padding-right:0.9em;
+	padding-left:0.8em;
+	padding-right:0.8em;
 	padding-top:0.15em;
 	padding-bottom:0.3em;
 	margin:0.35em;
 }
 p, aside, li {
-    margin: 0.1em 0px 0.15em;
+    margin: 0.08em 0px 0.08em;
     text-align:justify;
 }
 a {
@@ -35,6 +35,7 @@ a:hover {
 h1,h2,h3 {
 	margin-bottom:0em;
 	margin-top:0em;
+	line-height:1.1em;
 }
 h1 {
 	font-size:1.9em;
@@ -83,7 +84,7 @@ div.important, pre, div.subsection {
 	border:none;
 	border-radius:0.5em;
 	box-shadow:none;
-	height:7em;
+	height:6.5em;
 	width:auto;
 	float:right;
 }
--
cgit v0.9.1