From 7cd393b43e0db53ff0f0f384ca3609dc66367f16 Mon Sep 17 00:00:00 2001 From: Matthew Summers Date: Mon, 21 Feb 2011 15:30:40 -0600 Subject: Small CSS change, layout fix --- htdocs/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/style.css b/htdocs/style.css index d00a820..4d95073 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -6,13 +6,14 @@ body { font-size: 16px; font-family: sans-serif; color: #45347B; + margin:0; } div.contain { display:inline-block; - width:98%; + width:95%; height:100%; - margin: 1em 1em; + margin: 2em 2.5%; background: rgba(255,255,255,0.20); -moz-border-radius: 142px; -webkit-border-radius: 142px; @@ -56,7 +57,7 @@ div.arches ul { div.arches ul li { float:left; display:block; - width:17.6%; + width:17%; min-width: 160px; margin: 1%; /* padding: 0.5%; */ -- cgit v1.2.3-65-gdbad