X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=cc7b01c362749f3ae02ba84814c85e924a14131f;hp=637196bcd364c3a976f840294086aa08ce6729a6;hb=a0eb18e702862266fdc8a7d935d6cc33821fdf4a;hpb=b0cf5625379d27976f62bf3ccd0c04fbd3e6da3d diff --git a/local.css b/local.css index 637196bc..cc7b01c3 100644 --- a/local.css +++ b/local.css @@ -2,8 +2,20 @@ /* Add local styling here, instead of modifying style.css. */ -.double { - border-bottom: 3px double #000; +.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 {