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