From: Jim Date: Thu, 19 Mar 2015 15:55:14 +0000 (-0400) Subject: Merge branch 'working' X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=838eaf61c21e87e78b3689a5a389ce6675ab9ec1;hp=d83905df72d2387c41cf8df3c83b9853e102e1cb Merge branch 'working' * working: update css --- diff --git a/local.css b/local.css index f5d6bbcd..ec793dd0 100644 --- a/local.css +++ b/local.css @@ -2,23 +2,22 @@ /* Add local styling here, instead of modifying style.css. */ +.ul { + text-decoration: underline; +} + u, .box { /* text-decoration: none; */ - padding: 2px + padding: 2px; border: 1px solid #000; } .box2 { /* text-decoration: none; */ - padding: 2px + padding: 2px; border: 3px double #000; } - -.ul { - text-decoration: underline; -} - a { text-decoration: none; color: #005a9c;