iamntz
(Ionuț Staicu)
May 1, 2015, 11:44am
1
I’m not sure if this is a bug or a feature, but closing notification seems to be very … un-noticeable.
I’m suggesting to update the styling a bit, like so:
#topic-closing-info {
height: auto;
}
#topic-closing-info h3 {
border-bottom: 1px solid #e9e9e9;
padding-top: 10px;
text-align: center;
background-color: #FFFCC1;
padding-bottom: 10px;
margin-bottom: 20px;
margin-top:-10px;
}
The result looks to be a bit more noticeable:
What do you guys think?
2 Likes
cpradio
(cpradio)
May 1, 2015, 12:34pm
2
We actually don’t want to draw attention to it. So I’d say you found a way to draw attention to it via your custom css settings. Apply it and enjoy.
2 Likes
kpfleming
(Kevin P. Fleming)
May 1, 2015, 4:52pm
3
If only you could still use ‘marquee’ tags…
1 Like
riking
(Kane York)
May 2, 2015, 10:11pm
4
In Chrome, <marquee>
tags create a #shadow-root
element, basically creating a new DOM, in order to work. So they will still work, at a hilarious performance penalty.
2 Likes