X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=cc7b01c362749f3ae02ba84814c85e924a14131f;hp=d9948d67fda44d9043ebd29ec810d9404452f641;hb=c6fe7737f03addc98e31b044f1b2d855498a0dfb;hpb=7e5c8c83014d347b062a75b8893ed1023f61c689 diff --git a/local.css b/local.css index d9948d67..cc7b01c3 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;