[Xfce4-commits] [www/www.xfce.org] 01/01: Fix the textarea font size (and family).

noreply at xfce.org noreply at xfce.org
Tue Aug 1 13:20:01 CEST 2017


This is an automated email from the git hooks/post-receive script.

k   n   o   m   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/www.xfce.org.

commit 5b21493c238d578d083b7459e77e82315c7a37cc
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date:   Tue Aug 1 14:19:40 2017 +0300

    Fix the textarea font size (and family).
---
 style/base.css | 3 ++-
 style/css.php  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/style/base.css b/style/base.css
index 4cdafff..1c7e8c5 100644
--- a/style/base.css
+++ b/style/base.css
@@ -148,7 +148,8 @@ textarea {
 		border: none;
 	}
 	textarea {
-		font-size: 90%;
+		font-family: "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
+		font-size: 100%;
 	}
 
 input[type="checkbox"] {
diff --git a/style/css.php b/style/css.php
index 991ce78..ce3e139 100644
--- a/style/css.php
+++ b/style/css.php
@@ -1,7 +1,7 @@
 <?php
 
 /* change this prefix when you want to make sure cache is cleared */
-$apc_cache_prefix = '2017-07-17';
+$apc_cache_prefix = '2017-08-01';
 
 $site = urlencode ($_GET['site']);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list