Merge branch 'working'
authorJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 15:48:51 +0000 (11:48 -0400)
committerJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 15:48:51 +0000 (11:48 -0400)
* working:
  update css

local.css

index d9948d6..570986b 100644 (file)
--- a/local.css
+++ b/local.css
@@ -3,12 +3,17 @@
 /* Add local styling here, instead of modifying style.css. */
 
 u, .box {
-        border: 3px single #000;
+       text-decoration: none;
+       padding: 5%
+        border: 1px solid #000;
        background-color: #3c8;
 }
 
 .box2 {
+       text-decoration: none;
+       padding: 5%
         border: 3px double #000;
+       background-color: #8c3;
 }