Author: cazfi
Date: Sat Oct  8 20:42:26 2016
New Revision: 34061

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

See bug #25160

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

Modified: branches/S2_6/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css?rev=34061&r1=34060&r2=34061&view=diff
==============================================================================
--- branches/S2_6/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css       
(original)
+++ branches/S2_6/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css       Sat Oct 
 8 20:42:26 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