X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=ec793dd03a777618c5cadf1d6c07d578d0ef6789;hp=d9948d67fda44d9043ebd29ec810d9404452f641;hb=838eaf61c21e87e78b3689a5a389ce6675ab9ec1;hpb=7e5c8c83014d347b062a75b8893ed1023f61c689 diff --git a/local.css b/local.css index d9948d67..ec793dd0 100644 --- a/local.css +++ b/local.css @@ -2,20 +2,22 @@ /* Add local styling here, instead of modifying style.css. */ +.ul { + text-decoration: underline; +} + u, .box { - border: 3px single #000; - background-color: #3c8; + /* text-decoration: none; */ + padding: 2px; + border: 1px solid #000; } .box2 { + /* text-decoration: none; */ + padding: 2px; border: 3px double #000; } - -.ul { - text-decoration: underline; -} - a { text-decoration: none; color: #005a9c;