From 9d28ee3b0df800bae94c8d2141eade844a6ad929 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sat, 11 Feb 2012 19:23:52 +0100 Subject: Modernize: Fix use branding class (not id). Colorize branding when not link. Add branding and corresponding div template. --- local.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'local.scss') diff --git a/local.scss b/local.scss index 33ab981..5f2c327 100644 --- a/local.scss +++ b/local.scss @@ -68,12 +68,13 @@ div.pageheader { margin: 10px 0; } -div#branding { +div.branding { display: block; height: 100px; background-image: url(butterfly.png); background-position: 45% 0; background-repeat: no-repeat; + color: $link_color; } div#branding-logo { -- cgit v1.2.3