J1.5

Difference between revisions of "Customising the Beez template/CSS/layout.css/h3"

From Joomla! Documentation

< J1.5:Customising the Beez template‎ | CSS/layout.css
(New page: <source lang="css"> →‎##### layout.css line 25-29 ####: h3 { font-size:1.1em; font-weight:bold; margin:10px 0; } </source> <includeonly> :Further information: [[Customising...)
 
Line 12: Line 12:
 
</includeonly>
 
</includeonly>
 
:Storage location: [[Customising the Beez template/CSS/layout.css|layout.css]]
 
:Storage location: [[Customising the Beez template/CSS/layout.css|layout.css]]
 +
[[Category:Customizing Beez]]

Revision as of 06:32, 16 March 2013

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

/* ##### layout.css line 25-29 #### */

h3 {
    font-size:1.1em;
    font-weight:bold;
    margin:10px 0;
}
Storage location: layout.css