I have a div like this shown below, and I am trying to set properties like italic, font-style, font-size to them which don’t work properly.
<div id="cstopics" class="mytabclass">
<p class="tabpanelfont">Data mining and data warehousing</p>
<ul>
<li>Data mining techniques</li>
<li>Knowledge discovery</li>
<li>Association rule mining</li>
<li>Data warehousing architectures</li>
<li>Multidimensional modelling and queries</li>
</ul>
<!--Few more ul elements -->
</div>
.mytabclass p{
font-size: 16px;!important
}
.mytabclass li {
font-size: 12px;
font-style: italic;
}
But nothing seems to work, can someone explain why ??
this should work –
To replace bullet with dash do the following: