From 545e083d594c2971a2a21ddfdd2c9344f1223802 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 24 Jan 2009 23:51:04 -0800 Subject: [PATCH] Download CSS border now matches standard CSS border. --- static/css/download.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/download.css b/static/css/download.css index 9b59eaf..531e607 100644 --- a/static/css/download.css +++ b/static/css/download.css @@ -18,7 +18,7 @@ body { text-align: left; margin: 0em; padding: 1.5em; - border: 1px solid #999999; + border: 2px solid #999999; margin-bottom: 0.75em; background-color: #ffffff; }