diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2017-01-23 10:44:18 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2017-01-23 10:44:18 +0000 |
| commit | ca951e3d1aa19b87864c1dacd78269ac10c8c8ae (patch) | |
| tree | 1a04fac3a634b8e8a1204b1ad0cae9db46169e1d /doc/keys.css | |
| parent | i18n. Fixing gettext initialization in some more extensions. (diff) | |
| download | inkscape-ca951e3d1aa19b87864c1dacd78269ac10c8c8ae.tar.gz inkscape-ca951e3d1aa19b87864c1dacd78269ac10c8c8ae.zip | |
[Bug #1656713] Keys and Mouse reference: Add shortcut '7' for cycling through path effect parameters in node tool.
Fixed bugs:
- https://launchpad.net/bugs/1656713
(bzr r15434)
Diffstat (limited to 'doc/keys.css')
| -rw-r--r-- | doc/keys.css | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/doc/keys.css b/doc/keys.css index 3a2050283..3ba21d1f8 100644 --- a/doc/keys.css +++ b/doc/keys.css @@ -63,6 +63,11 @@ h1.kmr { list-style:none; } +.kmr-toc li { + padding-left: 5px; + text-indent: -5px; +} + .kmr-toc-section { font-size: 1.4em; font-weight: bold; @@ -83,7 +88,7 @@ h1.kmr { /*-- [4.1. Headings] --*/ -h2.kmr,h3.kmr { +h2.kmr, h3.kmr { padding-bottom: 0em; margin-bottom: 0.2em; } @@ -98,8 +103,8 @@ h3.kmr { font-size: 1.1em; font-style: italic; margin-top: 1em; - margin-left:40px; - margin-right:40px; + margin-left: 40px; + margin-right: 40px; padding-left: 20px; border-bottom: 1px solid #999; } @@ -115,7 +120,7 @@ table.kmr { -webkit-border-radius: 10px; border-radius: 10px; border: 0; - margin:0; + margin: 0; padding: 4px; width: 100%; } @@ -149,6 +154,10 @@ table.kmr { /*-- [4.3. Shortcuts list] --*/ +.kmr td { + vertical-align: top; +} + .kmr-keys { text-align: right; line-height: 1.5em; @@ -164,7 +173,6 @@ table.kmr { background-color: #eeeee6; padding: 1px 5px; border: 1px solid #999999; - margin: 0 -2px; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em; @@ -179,6 +187,10 @@ table.kmr { padding-left: 10px; } +span.kmr-action { + display: block; +} + .kmr-note { padding-left: 80px; padding-right: 40px; |
