J1.5

Customising the Beez template/footer/syndicate

From Joomla! Documentation

< J1.5:Customising the Beez template‎ | footer(Redirected from Customising the Beez template/footer/syndicate)

HTML Reference[edit]

<!-- index.php line 123-133 -->

<p class="syndicate">
    <jdoc:include type="modules" name="syndicate" />
</p>

CSS Reference[edit]

.syndicate[edit]

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[edit]

/* #### layout.css line 1337-1341 #### */

p.syndicate {
    float:left;
    display:block;
    text-align:left;
}

layout.css

Secondary Classes[edit]

/* ##### 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