Skip to content

Commit

Permalink
Merge branch 'encoding'
Browse files Browse the repository at this point in the history
  • Loading branch information
macfreek committed Mar 10, 2012
2 parents 39bdd7b + 2b794c7 commit 07acb6e
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 508 deletions.
23 changes: 22 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,28 @@
<html>
<head>
<title>tv_grab_nl_py : een xmltv compatibele grabber (voorheen tv_grab_nl_pdb)</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
background-color : #ffffff;
color : #000000;
margin : 0px 0px 0px 0px;
}
#content {
background-color : #ffffff;
position : absolute;
left : 160px;
top : 0px;
}
#leftnav {
position : fixed;
width : 150px;
height : 100%;
border-right : 2px solid #000;
margin-right : 15px;
padding-bottom : 20px;
background-color : #cccccc;
}
</style>
</head>
<body topmargin="0" leftmargin="0">

Expand Down
21 changes: 0 additions & 21 deletions main.css

This file was deleted.

243 changes: 0 additions & 243 deletions redirect.py

This file was deleted.

Loading

0 comments on commit 07acb6e

Please sign in to comment.