diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -4,6 +4,7 @@ <script type="text/javascript" src="lang_eng.js" /> <script type="text/javascript" src="channels.js" /> <script type="text/javascript" src="main.js" /> + <link rel="stylesheet" type="text/css" href="style_1.css"> </head> <script language="Javascript"> @@ -19,20 +20,6 @@ </script> -<style> -div#osdmain { - background: rgba(0,0,0,0.8) !important; - width: 100% !important; - height: 20% !important; - position: absolute; - border-top: 3px solid #DADADA !important; - bottom: 0% !important; - left: 0% !important; - border-radius: 0px !important; - -webkit-border-radius: 0px !important; - color: #FFF !important; -} -</style> <body onload="onLoad()" onunload="onUnload()"> <embed type="application/x-motorola-toi" hidden="true"> |