diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-07-08 13:15:24 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-07-08 13:15:24 +0000 |
| commit | fbef6094f5c40bf99b1692743da5e207b30c4f2b (patch) | |
| tree | 042eb93d7e912240e7bb1b322b090336c3acb8c9 | |
| parent | integer scale with Alt, instead of slow movement (diff) | |
| download | inkscape-fbef6094f5c40bf99b1692743da5e207b30c4f2b.tar.gz inkscape-fbef6094f5c40bf99b1692743da5e207b30c4f2b.zip | |
cosmetic
(bzr r3194)
| -rw-r--r-- | doc/keys-html.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/keys-html.xsl b/doc/keys-html.xsl index d274b30ef..d1c702a74 100644 --- a/doc/keys-html.xsl +++ b/doc/keys-html.xsl @@ -22,7 +22,7 @@ It is generated automatically from doc/keys.xml by doc/keys-html.xsl. <style type="text/css"> .key {font-weight: bold} .action {} -.note {padding-left: 50px; font-size: 70%} +.note {padding-left: 100px; font-size: 70%} .contents {padding: 1em; padding-left: 50px; background-color: #eeeeee; font-size: small; line-height: 1.7em;} .contents-title {font-size: large; font-weight: bold; letter-spacing: 0.4em;} .contents-section {font-size: large; font-weight: bold;} @@ -98,7 +98,7 @@ h4 {font-weight: bold; font-style: italic; margin-top: 1em; padding-left: 50px; <xsl:template match="k:keys | k:mouse"> <tr bgcolor="{ancestor::k:section/@color}"> -<td align="right"> +<td align="right" width="40%"> <xsl:choose> <xsl:when test="count(k:key) = 2"> <span class="key"><xsl:apply-templates select="k:key[1]"/></span>, |
