diff --git a/CHANGELOG.md b/CHANGELOG.md index c57786959..3534175b3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ Based on v1.8.10.4. - Fix QR cooldown storage overflow bug. - Remove buggy `Cooldown Prediction` feature. +### v1.8.10.7 +*2014-08-25* + +**ccd0** +- Fix CSS bug hiding catalog settings save button. + ### v1.8.10.6 *2014-08-25* diff --git a/src/General/css/style.css b/src/General/css/style.css index 5f125ddaa..a1b9c91b0 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -89,7 +89,7 @@ a { [hidden] { display: none !important; } -div.center:not(.ad-cnt) { +hr ~ div.center:not(.ad-cnt) { display: none !important; } .page-num {