diff --git a/CHANGELOG.md b/CHANGELOG.md index 6585b01d1..04284a63c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +**ccd0** +- Fix Unread Line (broken in 1.7.11) + ### v1.7.14 *2014-04-19* diff --git a/src/General/css/style.css b/src/General/css/style.css index 53ca629d4..03deab563 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -69,13 +69,15 @@ a { border-radius: 3px; padding: 0px 2px; } -hr { +body > hr, +#blotter hr, +.desktop > hr, +#delform > hr, +#content > hr, +:root.thread .board > hr { display: none; } -:root.index .board hr { - display: block; -} -.board > hr:last-of-type { +:root.index .board > hr:last-of-type { border-top-color: transparent !important; } /*div.navLinks {