Author: cazfi
Date: Sat Oct  8 20:42:31 2016
New Revision: 34062

URL: http://svn.gna.org/viewcvs/freeciv?rev=34062&view=rev
Log:
Corrected font definition in gtk3-client Freeciv theme.

See bug #25160

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

Modified: branches/S2_5/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css?rev=34062&r1=34061&r2=34062&view=diff
==============================================================================
--- branches/S2_5/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css       
(original)
+++ branches/S2_5/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css       Sat Oct 
 8 20:42:31 2016
@@ -187,7 +187,8 @@
 }
 
 #Freeciv #city_info_label {
-  font: Monospace 8;
+  font-family: Monospace;
+  font-size:   8px;
 }
 
 #Freeciv #help_label {


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

Reply via email to