1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04: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:
JackDandy 2014-11-03 15:11:04 +00:00
commit 5d89270d29
2 changed files with 3 additions and 1 deletions

View File

@ -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
} }

View File

@ -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