less aggressive <hr> removal; this fixes unread line bug
This commit is contained in:
parent
c7575822e8
commit
6afed0ace9
@ -1,3 +1,6 @@
|
|||||||
|
**ccd0**
|
||||||
|
- Fix Unread Line (broken in 1.7.11)
|
||||||
|
|
||||||
### v1.7.14
|
### v1.7.14
|
||||||
*2014-04-19*
|
*2014-04-19*
|
||||||
|
|
||||||
|
|||||||
@ -69,13 +69,15 @@ a {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0px 2px;
|
padding: 0px 2px;
|
||||||
}
|
}
|
||||||
hr {
|
body > hr,
|
||||||
|
#blotter hr,
|
||||||
|
.desktop > hr,
|
||||||
|
#delform > hr,
|
||||||
|
#content > hr,
|
||||||
|
:root.thread .board > hr {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
:root.index .board hr {
|
:root.index .board > hr:last-of-type {
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.board > hr:last-of-type {
|
|
||||||
border-top-color: transparent !important;
|
border-top-color: transparent !important;
|
||||||
}
|
}
|
||||||
/*div.navLinks {
|
/*div.navLinks {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user