added example for smaller fonts

This commit is contained in:
Roland Gruber 2013-12-22 13:46:45 +00:00
parent 55af0e8a62
commit 32f4e3f313
1 changed files with 15 additions and 0 deletions

View File

@ -8545,6 +8545,21 @@ objectclass: top
<para>You can use the same way to change fonts, sizes and more.</para>
<para>E.g. this will reduce the default font size to 80%:</para>
<programlisting>body {
font-size: 80%;
}
.ui-button-text-only {
font-size: 100%;
}
.ui-button-text-icon-primary {
font-size: 100%;
}
</programlisting>
<para><emphasis role="bold">Custom logo and other images</emphasis></para>
<para>All images are located in</para>