# HG changeset patch # User dellsystem # Date 1347675529 14400 # Node ID 4ca1b54f07f3d1a7a6227f159401fb841cc8c29d # Parent 21f428087edd28f9b36e5d901d01e19785c9a03b Use IDs instead of classes for the header icons No real reason, it just feels more logical diff -r 21f428087edd -r 4ca1b54f07f3 static/css/agora.less --- a/static/css/agora.less Fri Sep 14 22:14:04 2012 -0400 +++ b/static/css/agora.less Fri Sep 14 22:18:49 2012 -0400 @@ -75,19 +75,19 @@ } } - .code { + #code-icon { .header-icon(-62px); } - .discuss { + #discuss-icon { .header-icon(-125px); } - .help { + #help-icon { .header-icon(-209px); } - .about { + #about-icon { .header-icon(12px); } diff -r 21f428087edd -r 4ca1b54f07f3 templates/base.djhtml --- a/templates/base.djhtml Fri Sep 14 22:14:04 2012 -0400 +++ b/templates/base.djhtml Fri Sep 14 22:18:49 2012 -0400 @@ -41,10 +41,10 @@