update css
authorJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 15:55:14 +0000 (11:55 -0400)
committerJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 15:55:14 +0000 (11:55 -0400)
local.css

index f5d6bbc..ec793dd 100644 (file)
--- 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;