Merge pull request #705 from vampiricwulf/master

fix #703
This commit is contained in:
Zixaphir 2014-04-27 18:00:57 -07:00
commit a0d3a5471e
4 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.9.20 - 2014-04-20
* appchan x - Version 2.9.20 - 2014-04-21
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2006,16 +2006,19 @@ a:only-of-type > .remove {
}
/* Ads */
.fade-ads .topad img,
.fade-ads .middlead img,
.fade-ads .bottomad img {
opacity: 0.3;
transition: opacity .3s linear;
}
.fade-ads .topad img:hover,
.fade-ads .middlead img:hover,
.fade-ads .bottomad img:hover {
opacity: 1;
}
.hide-ads .bottomad + hr,
.hide-ads .topad,
.hide-ads .middlead,
.hide-ads .bottomad,
.hide-ads .ad-plea {
display: none;
@ -2025,10 +2028,6 @@ a:only-of-type > .remove {
width: 500px;
height: auto;
}
.ad-plea-middle,
.middlead {
display: none;
}
/* Mascot Positions */
#mascot {
display: none;