From bd2a835f899571341e6d62581302a8c9d3afa075 Mon Sep 17 00:00:00 2001 From: ato Date: Sat, 21 Apr 2012 16:07:44 +0000 Subject: [PATCH] Making Fellowship logo bigger svn path=/branches/test/; revision=22974 --- look/fellowship.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/look/fellowship.css b/look/fellowship.css index a377b503a8..db1bc038b2 100644 --- a/look/fellowship.css +++ b/look/fellowship.css @@ -24,8 +24,12 @@ h4 { color: rgb(66,121,32); } +#logo { + width: 290px; +} + #header { background-image: url("/graphics/fellowship/ribbon_fellowship2.png"); background-position: bottom left; height: 250px; -} +} \ No newline at end of file