From ea82dbf9dd0452d417225df765ffa59f15ea7182 Mon Sep 17 00:00:00 2001 From: Jason Long Date: Thu, 29 Nov 2012 07:49:16 -0500 Subject: [PATCH] made layout wider to accommodate 80 char content --- css/application.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/application.css b/css/application.css index 23a3633..80e9e3d 100644 --- a/css/application.css +++ b/css/application.css @@ -151,7 +151,7 @@ strong { #container { margin: 40px auto; - width: 810px; + width: 900px; } #home { @@ -180,6 +180,10 @@ strong { top: 10px; } +ul#situations { + width: 800px; + margin: 0 auto; +} ul#situations li { width: 240px; float: left; @@ -270,7 +274,7 @@ table.license tr:nth-child(2n) td { div.license { font-size: 15px; float: left; - width: 570px; + width: 660px; } div.license pre {