[gnome-shell/wip/message-tray: 4/18] theme: Use the proper syntax for background-repeat



commit 2b1da0586326847776e095cbfa7b9a4e4179d4ba
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jul 30 16:10:52 2012 -0300

    theme: Use the proper syntax for background-repeat
    
    We don't support background-repeat in the short-hand syntax.

 data/theme/gnome-shell.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 06d7025..3fb4624 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1172,7 +1172,8 @@ StButton.popup-menu-item:insensitive {
 
 /* Message Tray */
 #message-tray {
-    background: #2e3436 url(noise-texture.png) repeat 0 0;
+    background: #2e3436 url(noise-texture.png);
+    background-repeat: repeat;
     height: 72px;
 }
 



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