Author: jtn
Date: Wed Feb 17 21:36:15 2016
New Revision: 31963

URL: http://svn.gna.org/viewcvs/freeciv?rev=31963&view=rev
Log:
Change background-repeat property for background image on Gtk3 theme to
stop it crawling around when the window is resized.

See gna patch #6964.

Modified:
    trunk/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css

Modified: trunk/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css?rev=31963&r1=31962&r2=31963&view=diff
==============================================================================
--- trunk/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css       (original)
+++ trunk/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css       Wed Feb 17 
21:36:15 2016
@@ -62,7 +62,7 @@
 
 .background {
   background-image: url("bg.png");
-  background-repeat: round;
+  background-repeat: repeat;
 }
 
 .notebook {


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to