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