From 830a3aa0288e6d38bf23b1fa11fba73ae508d73f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 27 May 2015 05:56:30 -0400 Subject: css: more optimization (3) --- (limited to 'site') diff --git a/site/css/main.css b/site/css/main.css index 0bd56e2..e03f78e 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -4,10 +4,10 @@ p,aside,li{margin:.1em 0px .3em} body,img,.ulnav{padding:0px;margin:0px} a{color:#33a;font-size:110%} a:hover{color:#000} -img{margin:0px 1em 0px;height:7em;width:auto;float:right} +img{margin:0px 1em 0px;width:7em;float:right} .contain{max-width:58em;margin:0 auto} .section{background:#fff;} .subsection{background:#eee;} -.section,.subsection{margin:.35em .35em;padding:.3em .9em;border-radius:.5em;box-shadow:0px 0px 2px #222} +.section,.subsection{margin:.4em .4em;padding:.3em .9em;border-radius:.5em;box-shadow:0px 0px 2px #222} .ulnav{margin-bottom:.5em} .ulnav li{display:inline;margin-right:1em} -- cgit v0.9.1