J1.5:Customising the Beez template/footer/syndicate
From Joomla! Documentation
(Redirected from Customising the Beez template/footer/syndicate)
HTML Reference
<!-- index.php line 123-133 -->
<p class="syndicate">
<jdoc:include type="modules" name="syndicate" />
</p>
CSS Reference
.syndicate
The following classes and ids will influence the syndicate paragraph. Please notice the ordering. Every CSS attribute will be overwritten by the class above.
Main Class
/* #### layout.css line 1337-1341 #### */
p.syndicate {
float:left;
display:block;
text-align:left;
}
Secondary Classes
/* ##### layout.css line 65-68 #### */
p {
line-height:1.4em;
margin:5px 0;
}
- Further information: layout.css/p
- Storage location: layout.css
/* ##### position.css line 15-19 #### */
*
{
margin: 0;
padding: 0;
}
- Further information: position.css/*
- Storage location: position.css