add .double to local.css
authorJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 14:33:54 +0000 (10:33 -0400)
committerJim <jim.pryor@nyu.edu>
Thu, 19 Mar 2015 14:33:54 +0000 (10:33 -0400)
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. */
 
 
 /* Add local styling here, instead of modifying style.css. */
 
+.double {
+        border-bottom: 3 px double;
+}
+
 a {
        text-decoration: none;
        color: #005a9c;
 a {
        text-decoration: none;
        color: #005a9c;