X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=ec793dd03a777618c5cadf1d6c07d578d0ef6789;hp=637196bcd364c3a976f840294086aa08ce6729a6;hb=838eaf61c21e87e78b3689a5a389ce6675ab9ec1;hpb=b0cf5625379d27976f62bf3ccd0c04fbd3e6da3d diff --git a/local.css b/local.css index 637196bc..ec793dd0 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 {