Merge branch 'working'
authorJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 14:34:11 +0000 (10:34 -0400)
committerJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 14:34:11 +0000 (10:34 -0400)
* working:
  add .double to local.css

local.css

index 0e0ab89..d47fb6b 100644 (file)
--- a/local.css
+++ b/local.css
@@ -2,6 +2,10 @@
 
 /* Add local styling here, instead of modifying style.css. */
 
+.double {
+        border-bottom: 3 px double;
+}
+
 a {
        text-decoration: none;
        color: #005a9c;