in reply to Re^4: RFC: "Today I Learned" page
in thread RFC: "Today I Learned" page
My CSS syntax was slightly off, but having the class allows Today I Learned to show the TITLE attributes on my mobile device now:
@media (pointer: coarse), (hover: none) { a.hoverDate:link:before { content: attr(title) ": "; font-size:75%; } }
|
---|