diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-17 20:05:12 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-17 20:05:12 -0800 |
commit | e44ce127ece149e7b07be49142bc0f9d50bbe97d (patch) | |
tree | 7dec8db2b7dfd31da670edacb2a1d3a32d74c80f /doc/xorg-fo.xsl | |
parent | e4b223df372348718b74d2ecad4957f3e30f8d79 (diff) |
doc: Add screen shots everywhere
This has screen shots of every dialog in altosui
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/xorg-fo.xsl')
-rw-r--r-- | doc/xorg-fo.xsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/xorg-fo.xsl b/doc/xorg-fo.xsl index 075a2d98..a36b88f3 100644 --- a/doc/xorg-fo.xsl +++ b/doc/xorg-fo.xsl @@ -113,4 +113,8 @@ <fo:block/> </xsl:template> + <xsl:attribute-set name="informalfigure.properties"> + <xsl:attribute name="text-align">center</xsl:attribute> + </xsl:attribute-set> + </xsl:stylesheet> |