From 5a4da800fb45e815419971d45ef08988f6ca4220 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 19 Mar 2015 11:37:31 -0400 Subject: [PATCH 1/1] more local.css updates --- local.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 { -- 2.11.0