X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=570986b225f41f16220c3f3dd4a0415a734ede0e;hp=0e0ab89c2566e558c31c901fb275af4f0210fd90;hb=2dedb34a9439ac3fe7b32110d5fc6699e8d98763;hpb=4dcbb7eb026bb9256065cc52c125f3d0388356d4 diff --git a/local.css b/local.css index 0e0ab89c..570986b2 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: 5% + border: 1px solid #000; + background-color: #3c8; +} + +.box2 { + text-decoration: none; + padding: 5% + border: 3px double #000; + background-color: #8c3; +} + + +.ul { + text-decoration: underline; +} + a { text-decoration: none; color: #005a9c;