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