Fix apply specials fix only to displayShow page to not affect the calendar page.

This commit is contained in:
JackDandy 2014-11-03 14:54:02 +00:00
parent 883c83600c
commit 102263d974
2 changed files with 3 additions and 1 deletions

View File

@ -1178,6 +1178,8 @@ span.snatched b {
text-align: center;
border: none;
empty-cells: show;
}
.sickbeardTable.display_show {
clear:both
}

View File

@ -298,7 +298,7 @@
<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 $odd = 0