Private GIT

Skip to content
Snippets Groups Projects
Commit 884eb462 authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Removed more unused code, fixed typo, and eliminated extra #.

parent 14228e7a
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ margin:0; ...@@ -17,7 +17,7 @@ margin:0;
padding:0; padding:0;
} }
/* these are for incl_top.tmpl */ /* these are for inc_top.tmpl */
#upgrade-notification{line-height:0.5em;color:#57442b;font-size:1em;font-weight:700;height:0px;text-align:center;width:100%;z-index:100;margin:0;padding:0;} #upgrade-notification{line-height:0.5em;color:#57442b;font-size:1em;font-weight:700;height:0px;text-align:center;width:100%;z-index:100;margin:0;padding:0;}
#upgrade-notification div{background-color:#c6b695;border-bottom:1px solid #af986b;padding:7px 0;} #upgrade-notification div{background-color:#c6b695;border-bottom:1px solid #af986b;padding:7px 0;}
#header-fix{*margin-bottom: -31px; /* IE fix */height:21px;padding:0;} #header-fix{*margin-bottom: -31px; /* IE fix */height:21px;padding:0;}
......
...@@ -6,17 +6,11 @@ ...@@ -6,17 +6,11 @@
#set global $sbPath=".." #set global $sbPath=".."
#set global $topmenu="comingEpisodes"# #set global $topmenu="comingEpisodes"
#import os.path #import os.path
#include $os.path.join($sickbeard.PROG_DIR, "data/interfaces/default/inc_top.tmpl") #include $os.path.join($sickbeard.PROG_DIR, "data/interfaces/default/inc_top.tmpl")
#set $sort = $sickbeard.COMING_EPS_SORT #set $sort = $sickbeard.COMING_EPS_SORT
<style type="text/css">
<!--
//-->
</style>
<div class="h2footer align-right"> <div class="h2footer align-right">
<b>Key:</b> <b>Key:</b>
<span class="listing_overdue">Past</span> <span class="listing_overdue">Past</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment