This Day In History 0.9.1 Released by BC on 14th December 2012 This is a bug fix release to resolve the issue of the search results including non events (normal posts and pages for example).
18th December 2012 at 15:21 Lars Thanks for a nice widget! The widget would be easier ro read if the year were in bold style and had a linebreak. Reply
18th December 2012 at 15:32 BC You can style the year in CSS however you like using the tdih_year class e.g. .tdih_year { display: block; font-weight: bold; } .tdih_year:after { content: '\a'; white-space: pre; } will do what you ask. Just add it to the style.css file of your theme. Reply
Thanks for a nice widget! The widget would be easier ro read if the year were in bold style and had a linebreak.
You can style the year in CSS however you like using the tdih_year class e.g.
.tdih_year { display: block; font-weight: bold; }.tdih_year:after { content: '\a'; white-space: pre; }
will do what you ask. Just add it to the
style.cssfile of your theme.