[extensions-web] Make the "No Changes" message centered and gray



commit 90be1601982075a3f190e2796902c32ba28ee197
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Nov 15 15:39:34 2011 -0500

    Make the "No Changes" message centered and gray

 sweettooth/static/css/review.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index 0c037f1..a56a0ec 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -77,6 +77,8 @@
 
 p.nochanges {
     font-size: 1.4em;
+    text-align: center;
+    color: #aaa;
 }
 
 span.line {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]