From: Jim Date: Thu, 19 Mar 2015 15:48:51 +0000 (-0400) Subject: update css X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=2dedb34a9439ac3fe7b32110d5fc6699e8d98763 update css --- diff --git a/local.css b/local.css index d9948d67..570986b2 100644 --- a/local.css +++ b/local.css @@ -3,12 +3,17 @@ /* Add local styling here, instead of modifying style.css. */ u, .box { - border: 3px single #000; + text-decoration: none; + padding: 5% + border: 1px solid #000; background-color: #3c8; } .box2 { + text-decoration: none; + padding: 5% border: 3px double #000; + background-color: #8c3; }