From 5d923174b68347f40e5ca4df66f35e5576786a64 Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Thu, 2 Aug 2012 11:05:18 -0400 Subject: [PATCH] correcting display of number of wishers --- static/less/book_panel.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/less/book_panel.less b/static/less/book_panel.less index 18917aca..8eb80c4d 100644 --- a/static/less/book_panel.less +++ b/static/less/book_panel.less @@ -162,6 +162,14 @@ margin-bottom: 7px; } } +/* make sure the box with the number of wishers displays right */ +span.rounded { + .roundedspan; +} + +span.grey { + .supporter-color-span(#bacfd6, "grey"); +} .panelview.boolist-ebook a { display: none;