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



commit c88d5ea38c7f107ba8a2ab454fdda13bb7c90cf8
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 699c67b..6648056 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]