This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/xawtv3.git tree:

Subject: Use teletext font for VBI instead of monospace
Author:  Dmitry Butskoy <[email protected]>
Date:    Tue Feb 1 14:43:04 2011 -0200

It just drops the "monospace" font, allows only the proper "teletext".

When I tested the alevtd daemon, AFAIR I've found that in the case of
the not installed "teletext" fonts on the web-client machine, "some
default font" is much better than "monospace" (ie. monospace produces
much worse output).

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 vbistuff/alevt.css.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=78fc578cc3f75b9fc848e71b6afff7b3eeab10fc

diff --git a/vbistuff/alevt.css.in b/vbistuff/alevt.css.in
index e8c1b11..bd97f9b 100644
--- a/vbistuff/alevt.css.in
+++ b/vbistuff/alevt.css.in
@@ -3,7 +3,7 @@ body            { background-color: white; color: black }
 pre.vt         { border: 1pt solid black; padding: 12pt }
 pre.vt         { background-color: #c0c0c0; width: auto; float: left }
 pre.vt         { white-space: pre }
-pre.vt         { font-family: "teletext, monospace"; font-size: 20px; 
line-height: 20px }
+pre.vt         { font-family: "teletext"; font-size: 20px; line-height: 20px }
 
 div.quick      { clear: both }
 

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to