X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=d9948d67fda44d9043ebd29ec810d9404452f641;hp=637196bcd364c3a976f840294086aa08ce6729a6;hb=7e5c8c83014d347b062a75b8893ed1023f61c689;hpb=b0cf5625379d27976f62bf3ccd0c04fbd3e6da3d diff --git a/local.css b/local.css index 637196bc..d9948d67 100644 --- a/local.css +++ b/local.css @@ -2,8 +2,18 @@ /* Add local styling here, instead of modifying style.css. */ -.double { - border-bottom: 3px double #000; +u, .box { + border: 3px single #000; + background-color: #3c8; +} + +.box2 { + border: 3px double #000; +} + + +.ul { + text-decoration: underline; } a {