From e077166030a8609bc0c364fdbf8fc3f99c595d32 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 5 Oct 2011 06:00:22 +1100 Subject: [PATCH] banner border #a9a9a9 instead of #000000 --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 3823be6a..18b3009b 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -104,7 +104,7 @@ p.fileinfo { padding-right: 7em; } div.banner { - background-color: #E04000; + background-color: #a9a9a9; font-size: 12pt; font-weight: bold; text-align: center;