Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sick-Beard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Sick-Beard
Commits
884eb462
Commit
884eb462
authored
Apr 23, 2011
by
Jonathon Saine
Browse files
Options
Downloads
Patches
Plain Diff
Removed more unused code, fixed typo, and eliminated extra #.
parent
14228e7a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/css/default.css
+1
-1
1 addition, 1 deletion
data/css/default.css
data/interfaces/default/comingEpisodes.tmpl
+1
-7
1 addition, 7 deletions
data/interfaces/default/comingEpisodes.tmpl
with
2 additions
and
8 deletions
data/css/default.css
+
1
−
1
View file @
884eb462
...
@@ -17,7 +17,7 @@ margin:0;
...
@@ -17,7 +17,7 @@ margin:0;
padding
:
0
;
padding
:
0
;
}
}
/* these are for inc
l
_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
;}
...
...
This diff is collapsed.
Click to expand it.
data/interfaces/default/comingEpisodes.tmpl
+
1
−
7
View file @
884eb462
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment