X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=f5d6bbcda660149be91dd03c73162c66269314e7;hp=d47fb6b34f752a548a5f16d29d488a326726eb64;hb=d83905df72d2387c41cf8df3c83b9853e102e1cb;hpb=c00b472ea51fe83d2cc60f7f481811874735a59c diff --git a/local.css b/local.css index d47fb6b3..f5d6bbcd 100644 --- a/local.css +++ b/local.css @@ -2,8 +2,21 @@ /* Add local styling here, instead of modifying style.css. */ -.double { - border-bottom: 3 px double; +u, .box { + /* text-decoration: none; */ + padding: 2px + border: 1px solid #000; +} + +.box2 { + /* text-decoration: none; */ + padding: 2px + border: 3px double #000; +} + + +.ul { + text-decoration: underline; } a {