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