From c23543a9a6603f4e5b8a6f2801c6ec8fd874f14c Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 31 May 2015 20:01:35 -0400 Subject: css: pad out the design a bit (2) CSS file size also reduced by 2 bytes. --- (limited to 'site/common') diff --git a/site/common/css/main.css b/site/common/css/main.css index b42f5db..8e970a6 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,7 +1,7 @@ -*,a:hover{color:#222;padding:.5% .6%;margin:.6% auto} -html{background:#eee;font:90% sans-serif} +*,a:hover{color:#222;padding:.3% 1%;margin:1% auto} +html{background:#eee;font:95% sans-serif} body{max-width:55em} -div{background:#fff;border-radius:8px;box-shadow:0 0 2px} +div{background:#fff;border-radius:9px;box-shadow:0 0 4px} li{display:inline} img{width:12%;float:right} a{color:#33a;font-size:110%} \ No newline at end of file -- cgit v0.9.1