summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-07-06 13:20:57 +0200
committerJonas Smedegaard <dr@jones.dk>2011-07-06 13:20:57 +0200
commit6f22a11527014897cfb4fd4ec2a7471edf576393 (patch)
treec63cb71cc95c04acee6fe595b27a82d5db52d3ea
parent8588cbcbbc57b104bb2b10f27b126a5efc619ff8 (diff)
Modernize branding* to use class (not id).
-rw-r--r--local.scss8
1 files 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;
}