From d782313f4bd5381d6642c07bfaae85ea4b23367a Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 7 Aug 2010 13:33:25 +0300 Subject: Show number of pkg issues in portage view --- grumpy/static/css/style.css | 8 ++++---- grumpy/templates/browse_cat.html | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/grumpy/static/css/style.css b/grumpy/static/css/style.css index a78ed27..6942d28 100644 --- a/grumpy/static/css/style.css +++ b/grumpy/static/css/style.css @@ -16,8 +16,8 @@ body { } ul.usernav li { - list-style-type: none; - display: inline; - margin: 0; - padding: 0 0 0 10px; + list-style-type: none; + display: inline; + margin: 0; + padding: 0 0 0 10px; } diff --git a/grumpy/templates/browse_cat.html b/grumpy/templates/browse_cat.html index e2c2dc0..6de7e15 100644 --- a/grumpy/templates/browse_cat.html +++ b/grumpy/templates/browse_cat.html @@ -5,7 +5,11 @@