X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=cc7b01c362749f3ae02ba84814c85e924a14131f;hp=18f5dab01c61ea21fbe31747295aedfdb6d451cb;hb=a57131771bf2f69f35614eb4b41cc43bf00540a2;hpb=66440f9d835c4c1239959776cf1aba72486ae0e8 diff --git a/local.css b/local.css index 18f5dab0..cc7b01c3 100644 --- a/local.css +++ b/local.css @@ -2,17 +2,20 @@ /* Add local styling here, instead of modifying style.css. */ -u { - border: 3px single #000; +.ul { + text-decoration: underline; } -.box2 { - border: 3px double #000; +u, .box { + text-decoration: none; + padding: 2px; + border: 1px solid #000; } - -.ul { - text-decoration: underline; +.box2 { + /* text-decoration: none; */ + padding: 2px; + border: 3px double #000; } a {