From 1914f4cfecadfb25b61e7bae744762d835c7fefe Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 1 Nov 2009 14:05:09 +0000 Subject: * VTX: Rewrite command interface, make functions stateless * VTX: Remove embedded image, use css sprite for faster pages rendering * jason: add methods to display teletext pages * jason: show error message, if present * jason: enable command if allowed * Skins: redesign teletext widget (show any subpages as same time) * SVDRP: wait at startup, if'nt primary VDR connectable * html: parameter call show allways current query --- html/style/style.css | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'html/style/style.css') diff --git a/html/style/style.css b/html/style/style.css index 913e0e9..8a66ebd 100644 --- a/html/style/style.css +++ b/html/style/style.css @@ -66,27 +66,6 @@ select { width : 205px; } - -/* VTX */ -p.vtx{ - font-size:16px; - font-family:monospace; - white-space:nowrap; -} - -img.vtx{ - position:absolute; - z-index: 1; - width: 10px; - height: 19px; -} - -/* VTX Hyperlinks */ -a.vtx:link, a.vtx:visited, a.vtx:hover, a.vtx:active{ - text-decoration:none; - color:#00FF00; -} - .footer { font-size:0.6em; } -- cgit v1.2.3