mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Fix apply specials fix only to displayShow page to not affect the calendar page.
This commit is contained in:
parent
883c83600c
commit
102263d974
@ -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 New Issue
Block a user