Next / Previous / Contents / TCC Help System / NM Tech homepage

9.3. docbook.css: Inline elements

We use a number of different HTML span elements to mark up segments of text that are inline, that is, they may be included within a paragraph. They are shown here in alphabetical order by the name of the associated class attribute.

docbook.css
/*================================================================
 * Inline elements, sorted by class.
 */

9.3.1. span.colophon-uri

Sets the URL in the colophon section in very small, monospaced font. See Section 7.3.5, “The tcc.colophon template”.

docbook.css
span.colophon-uri
{   font-family: monospace;
    font-size: xx-small;
}