From 9c575aba4d6f2f0973693003cc14878d6eea308d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 27 May 2015 06:03:25 -0400 Subject: css: more optimization (4) Main site no longer responsive. It didn't matter anyway, because it's highly unlikely that anyone found the site useful on a mobile phone. --- (limited to 'site') diff --git a/site/css/main.css b/site/css/main.css index e03f78e..fbe8434 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -5,7 +5,7 @@ body,img,.ulnav{padding:0px;margin:0px} a{color:#33a;font-size:110%} a:hover{color:#000} img{margin:0px 1em 0px;width:7em;float:right} -.contain{max-width:58em;margin:0 auto} +.contain{width:58em;margin:0 auto} .section{background:#fff;} .subsection{background:#eee;} .section,.subsection{margin:.4em .4em;padding:.3em .9em;border-radius:.5em;box-shadow:0px 0px 2px #222} -- cgit v0.9.1