mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-04 10:23:37 +00:00
Merge pull request #94 from JackDandy/FixOnlyForDisplayShowSpecials
Fix apply specials fix only to displayShow page to not affect the calend...
This commit is contained in:
commit
5d89270d29
2 changed files with 3 additions and 1 deletions
|
@ -1178,6 +1178,8 @@ span.snatched b {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: none;
|
border: none;
|
||||||
empty-cells: show;
|
empty-cells: show;
|
||||||
|
}
|
||||||
|
.sickbeardTable.display_show {
|
||||||
clear:both
|
clear:both
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -298,7 +298,7 @@
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<table class="sickbeardTable" cellspacing="0" border="0" cellpadding="0">
|
<table class="sickbeardTable display_show" cellspacing="0" border="0" cellpadding="0">
|
||||||
|
|
||||||
#set $curSeason = -1
|
#set $curSeason = -1
|
||||||
#set $odd = 0
|
#set $odd = 0
|
||||||
|
|
Loading…
Reference in a new issue