From 6f22a11527014897cfb4fd4ec2a7471edf576393 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 6 Jul 2011 13:20:57 +0200 Subject: Modernize branding* to use class (not id). --- local.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/local.scss b/local.scss index 9edd6a6..c4cafe7 100644 --- a/local.scss +++ b/local.scss @@ -16,16 +16,16 @@ A:link { DIV.page { margin: 3% 5%; } -DIV#branding { +DIV.branding { font-size: x-large; } -DIV#branding-logo, -DIV#branding-tagline, +DIV.branding-logo, +DIV.branding-tagline, DIV.pagecopyright P, DIV.pagelicense P { display: inline; } -DIV#branding-logo a { +DIV.branding-logo a { color: white; font-weight: bold; } -- cgit v1.2.3