Loading...
 
Skip to main content

Tiki Website Gardeners' Blog

Removed special CSS on 1st paragraph because it causes issues with markdowndoc.tiki.org

Marc Laporte Friday 06 October 2023

This code was removed on doc.tiki.org on the header_custom_css pref

Copy to clipboard
/* Display first paragraph of wiki pages as a leading text */ #page-data > p:first-of-type, .wikipreview .wikitext > p:first-of-type { font-size: 120%; padding: 2rem; background: #f0f0f0; border-radius: .5rem; box-shadow: rgba(50, 50, 50, .15) 0 3rem 3rem -2rem inset, rgba(50, 50, 50, 0.1) 0 -1rem 2rem -1rem inset; } #page-data > p:first-of-type > br:first-of-type, .wikipreview .wikitext > p:first-of-type > br:first-of-type { display: none; }


We can revisit later.