From c0798f40d97bbd440fd2e04aad84df3c872fb80f Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 19 Mar 2015 11:55:14 -0400 Subject: [PATCH] update css --- local.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/local.css b/local.css index f5d6bbcd..ec793dd0 100644 --- a/local.css +++ b/local.css @@ -2,23 +2,22 @@ /* Add local styling here, instead of modifying style.css. */ +.ul { + text-decoration: underline; +} + u, .box { /* text-decoration: none; */ - padding: 2px + padding: 2px; border: 1px solid #000; } .box2 { /* text-decoration: none; */ - padding: 2px + padding: 2px; border: 3px double #000; } - -.ul { - text-decoration: underline; -} - a { text-decoration: none; color: #005a9c; -- 2.11.0