Paul Vriens : transl: Use the same font everywhere.

Alexandre Julliard julliard at winehq.org
Tue Aug 4 09:28:05 CDT 2009


Module: tools
Branch: master
Commit: 917aa1c2aa75c246f860d316b1994dc7472d158c
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=917aa1c2aa75c246f860d316b1994dc7472d158c

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Fri Jul 31 19:49:55 2009 +0200

transl: Use the same font everywhere.

---

 transl/php/style.css |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/transl/php/style.css b/transl/php/style.css
index affea71..b963c06 100644
--- a/transl/php/style.css
+++ b/transl/php/style.css
@@ -49,10 +49,9 @@ div.group {
 }
 
 td {
-        font-family: monospace;
-        font-size: medium;
-        padding-left: 5px;
-        padding-right: 5px;
+    font-size: small;
+    padding-left: 5px;
+    padding-right: 5px;
 }
 
 th {




More information about the wine-cvs mailing list