diff static/css/agora.less @ 122:4ca1b54f07f3

Use IDs instead of classes for the header icons No real reason, it just feels more logical
author dellsystem <ilostwaldo@gmail.com>
date Fri, 14 Sep 2012 22:18:49 -0400
parents 0fd8fb20033e
children 5ab229c9d348
line wrap: on
line diff
--- 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);
         }