From: Jim Date: Thu, 19 Mar 2015 14:34:11 +0000 (-0400) Subject: Merge branch 'working' X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=48cb3518a4b062a95da0c13a955b28799d7f9be2;hp=280292e85f15e5e6c96e02e6b538109ae28abe16 Merge branch 'working' * working: add .double to local.css --- diff --git a/local.css b/local.css index 0e0ab89c..d47fb6b3 100644 --- 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;