more local.css updates
authorJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 15:37:31 +0000 (11:37 -0400)
committerJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 15:37:31 +0000 (11:37 -0400)
local.css

index 637196b..18f5dab 100644 (file)
--- 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 {