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