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