Where do the element styles come from? - Joomla! Forum - community, help and support
hi,
im using standard joomla 3.0 newsflash module. in source code have bunch of element styles paragraphs. this:
element.style {
color: #333;
font-family: tahoma, helvetica, arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15.800000190734863px;
orphans: 2;
text-align: start;
text-indent: 0px;
text-transform: none;
white-space: normal;
widows: 2;
word-spacing: 0px;
-webkit-text-size-adjust: auto;
-webkit-text-stroke-width: 0px;
}
where come from? dont want override of them in css file, deaktivate or delete them code.
can give me hint?
thank you,
florian
im using standard joomla 3.0 newsflash module. in source code have bunch of element styles paragraphs. this:
element.style {
color: #333;
font-family: tahoma, helvetica, arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15.800000190734863px;
orphans: 2;
text-align: start;
text-indent: 0px;
text-transform: none;
white-space: normal;
widows: 2;
word-spacing: 0px;
-webkit-text-size-adjust: auto;
-webkit-text-stroke-width: 0px;
}
where come from? dont want override of them in css file, deaktivate or delete them code.
can give me hint?
thank you,
florian
have tried firebug ?
it tells css properties of markup, , if lucky enough, in file can find it.

it tells css properties of markup, , if lucky enough, in file can find it.

Comments
Post a Comment