less aggressive <hr> removal; this fixes unread line bug

This commit is contained in:
ccd0 2014-04-19 19:46:55 -07:00
parent c7575822e8
commit 6afed0ace9
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,6 @@
**ccd0**
- Fix Unread Line (broken in 1.7.11)
### v1.7.14
*2014-04-19*

View File

@ -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 {