For example...
TBD Glossary Term
To be determined
TBD Glossary Term
To be determined
Code: Select all
<div id="searchPane" style="display: block;" class="">
<h1 id="results-heading">Your search for <span class="query">"table"</span> returned <span class="total-results">3</span> result(s).</h1>
<ul id="resultList">
<li><div class="glossary">
<div class="term">Table</div>
<div class="definition">A group of intersecting columns and rows that you can add to a topic for various purposes, such as comparing one thing with another or giving field descriptions for a software dialog.</div>
</div>
</li>Code: Select all
#resultList .glossary .term::after
{
content: " (glossary term)";
font-size: 0.7em;
}