diff gpp/templates/admin/base_site.html @ 146:023132c90021

Another tweak for #30; only show the admin dashboard items if they are non-zero.
author Brian Neal <bgneal@gmail.com>
date Wed, 09 Dec 2009 22:58:05 +0000
parents 71cb4208dc98
children
line wrap: on
line diff
--- a/gpp/templates/admin/base_site.html	Wed Dec 09 00:03:10 2009 +0000
+++ b/gpp/templates/admin/base_site.html	Wed Dec 09 22:58:05 2009 +0000
@@ -14,10 +14,6 @@
       margin-right: 10px;
       margin-bottom: 4px;
    }
-   #dashboard-list .alert {
-      color: #f55;
-      font-weight: bold;
-   }
 </style>
 {% endblock %}