Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: third_party/docbook-xsl-1.78.0/params/slides.titlepage.title.properties.xml

Issue 1394993002: Doing some cleanup. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="slides.titlepage.title.properties">
7 <refmeta>
8 <refentrytitle>slides.titlepage.title.properties</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>slides.titlepage.title.properties</refname>
13 <refpurpose>Specifies properties for slides titlepage title</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="slides.titlepage.title.properties.frag">
18 <xsl:attribute-set name="slides.titlepage.title.properties">
19 <xsl:attribute name="text-align">center</xsl:attribute>
20 <xsl:attribute name="space-after">1em</xsl:attribute>
21 <xsl:attribute name="padding-top">1.5in</xsl:attribute>
22 <xsl:attribute name="keep-with-next">always</xsl:attribute>
23 <xsl:attribute name="font-size">
24 <xsl:value-of select="$foil.title.size"/>
25 </xsl:attribute>
26 <xsl:attribute name="font-weight">bold</xsl:attribute>
27 <xsl:attribute name="font-family">
28 <xsl:value-of select="$slide.title.font.family"/>
29 </xsl:attribute>
30 </xsl:attribute-set>
31 </src:fragment>
32 </refsynopsisdiv>
33
34 <refsection><info><title>Description</title></info>
35
36 <para>This parameter specifies properties for the title on the default
37 titlepage.</para>
38
39 </refsection>
40 </refentry>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698