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