Module: tools Branch: master Commit: 917aa1c2aa75c246f860d316b1994dc7472d158c URL: http://source.winehq.org/git/tools.git/?a=commit;h=917aa1c2aa75c246f860d316b...
Author: Paul Vriens Paul.Vriens.Wine@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 {