From: Jim Date: Thu, 19 Mar 2015 15:37:31 +0000 (-0400) Subject: more local.css updates X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=5a4da800fb45e815419971d45ef08988f6ca4220;hp=b0cf5625379d27976f62bf3ccd0c04fbd3e6da3d more local.css updates --- diff --git a/local.css b/local.css index 637196bc..18f5dab0 100644 --- a/local.css +++ b/local.css @@ -2,8 +2,17 @@ /* Add local styling here, instead of modifying style.css. */ -.double { - border-bottom: 3px double #000; +u { + border: 3px single #000; +} + +.box2 { + border: 3px double #000; +} + + +.ul { + text-decoration: underline; } a {