diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-29 22:26:10 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-29 22:26:10 +0000 |
| commit | 88093723897e2cdafe113078bfde50b7c89d69e3 (patch) | |
| tree | b1a3a08bd067ffda69124305dff8d72491b29b5f /docutils/test/functional/expected | |
| parent | d79d962ed7046a7fc6a53bdfe472d68f273f3b68 (diff) | |
| download | docutils-88093723897e2cdafe113078bfde50b7c89d69e3.tar.gz | |
Fix trailing whitespace (non-Python files).
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8995 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
8 files changed, 19 insertions, 19 deletions
diff --git a/docutils/test/functional/expected/ui/default/framing.css b/docutils/test/functional/expected/ui/default/framing.css index c4727f303..b19b1f042 100644 --- a/docutils/test/functional/expected/ui/default/framing.css +++ b/docutils/test/functional/expected/ui/default/framing.css @@ -1,7 +1,7 @@ /* This file has been placed in the public domain. */ /* The following styles size, place, and layer the slide components. Edit these if you want to change the overall slide layout. - The commented lines can be uncommented (and modified, if necessary) + The commented lines can be uncommented (and modified, if necessary) to help you with the rearrangement process. */ /* target = 1024x768 */ diff --git a/docutils/test/functional/expected/ui/default/pretty.css b/docutils/test/functional/expected/ui/default/pretty.css index 1cede72d4..7d48fff5d 100644 --- a/docutils/test/functional/expected/ui/default/pretty.css +++ b/docutils/test/functional/expected/ui/default/pretty.css @@ -41,7 +41,7 @@ div#controls {position: absolute; left: 50%; bottom: 0; html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;} div#controls form {position: absolute; bottom: 0; right: 0; width: 100%; margin: 0; padding: 0;} -#controls #navLinks a {padding: 0; margin: 0 0.5em; +#controls #navLinks a {padding: 0; margin: 0 0.5em; background: #005; border: none; color: #779; cursor: pointer;} #controls #navList {height: 1em;} #controls #navList #jumplist {position: absolute; bottom: 0; right: 0; diff --git a/docutils/test/functional/expected/ui/default/s5-core.css b/docutils/test/functional/expected/ui/default/s5-core.css index 6965f5e8f..62e1b7b15 100644 --- a/docutils/test/functional/expected/ui/default/s5-core.css +++ b/docutils/test/functional/expected/ui/default/s5-core.css @@ -3,7 +3,7 @@ The system will likely break if you do. */ div#header, div#footer, div#controls, .slide {position: absolute;} -html>body div#header, html>body div#footer, +html>body div#header, html>body div#footer, html>body div#controls, html>body .slide {position: fixed;} .handout {display: none;} .layout {display: block;} diff --git a/docutils/test/functional/expected/ui/default/slides.js b/docutils/test/functional/expected/ui/default/slides.js index c793b5560..cd0e0e436 100644 --- a/docutils/test/functional/expected/ui/default/slides.js +++ b/docutils/test/functional/expected/ui/default/slides.js @@ -66,7 +66,7 @@ function nodeValue(node) { var children = node.childNodes; for (var i = 0; i < children.length; ++i) { result += nodeValue(children[i]); - } + } } else if (node.nodeType == 3) { result = node.nodeValue; @@ -118,8 +118,8 @@ function currentSlide() { cs = document.currentSlide; footer = document.footer.childNodes; } - cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' + - '<span id="csSep">\/<\/span> ' + + cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' + + '<span id="csSep">\/<\/span> ' + '<span id="csTotal">' + (smax-1) + '<\/span>'; if (snum == 0) { vis = 'hidden'; @@ -129,7 +129,7 @@ function currentSlide() { if (footer_nodes[i].nodeType == 1) { footer_nodes[i].style.visibility = vis; } - } + } } function go(step) { @@ -305,7 +305,7 @@ function clicker(e) { target = window.event.srcElement; e = window.event; } else target = e.target; - if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true; + if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true; if (!e.which || e.which == 1) { if (!incrementals[snum] || incpos >= incrementals[snum].length) { go(1); @@ -466,7 +466,7 @@ function notOperaFix() { function getIncrementals(obj) { var incrementals = new Array(); - if (!obj) + if (!obj) return incrementals; var children = obj.childNodes; for (var i = 0; i < children.length; i++) { diff --git a/docutils/test/functional/expected/ui/small-black/framing.css b/docutils/test/functional/expected/ui/small-black/framing.css index 70287dd06..f6578749c 100644 --- a/docutils/test/functional/expected/ui/small-black/framing.css +++ b/docutils/test/functional/expected/ui/small-black/framing.css @@ -1,7 +1,7 @@ /* This file has been placed in the public domain. */ /* The following styles size, place, and layer the slide components. Edit these if you want to change the overall slide layout. - The commented lines can be uncommented (and modified, if necessary) + The commented lines can be uncommented (and modified, if necessary) to help you with the rearrangement process. */ /* target = 1024x768 */ diff --git a/docutils/test/functional/expected/ui/small-black/pretty.css b/docutils/test/functional/expected/ui/small-black/pretty.css index 5c1932704..5524e12e3 100644 --- a/docutils/test/functional/expected/ui/small-black/pretty.css +++ b/docutils/test/functional/expected/ui/small-black/pretty.css @@ -19,7 +19,7 @@ sup {font-size: smaller; line-height: 1px;} .slide img.leader {display: block; margin: 0 auto;} .slide tt {font-size: 90%;} -div#footer {font-family: sans-serif; color: #AAA; +div#footer {font-family: sans-serif; color: #AAA; font-size: 0.5em; font-weight: bold; padding: 1em 0;} #footer h1 {display: block; padding: 0 1em;} #footer h2 {display: block; padding: 0.8em 1em 0;} @@ -35,7 +35,7 @@ div#controls {position: absolute; left: 50%; bottom: 0; html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;} div#controls form {position: absolute; bottom: 0; right: 0; width: 100%; margin: 0; padding: 0;} -#controls #navLinks a {padding: 0; margin: 0 0.5em; +#controls #navLinks a {padding: 0; margin: 0 0.5em; border: none; color: #888; cursor: pointer;} #controls #navList {height: 1em;} #controls #navList #jumplist {position: absolute; bottom: 0; right: 0; diff --git a/docutils/test/functional/expected/ui/small-black/s5-core.css b/docutils/test/functional/expected/ui/small-black/s5-core.css index 6965f5e8f..62e1b7b15 100644 --- a/docutils/test/functional/expected/ui/small-black/s5-core.css +++ b/docutils/test/functional/expected/ui/small-black/s5-core.css @@ -3,7 +3,7 @@ The system will likely break if you do. */ div#header, div#footer, div#controls, .slide {position: absolute;} -html>body div#header, html>body div#footer, +html>body div#header, html>body div#footer, html>body div#controls, html>body .slide {position: fixed;} .handout {display: none;} .layout {display: block;} diff --git a/docutils/test/functional/expected/ui/small-black/slides.js b/docutils/test/functional/expected/ui/small-black/slides.js index 02b6523e5..b7d8149d8 100644 --- a/docutils/test/functional/expected/ui/small-black/slides.js +++ b/docutils/test/functional/expected/ui/small-black/slides.js @@ -66,7 +66,7 @@ function nodeValue(node) { var children = node.childNodes; for (var i = 0; i < children.length; ++i) { result += nodeValue(children[i]); - } + } } else if (node.nodeType == 3) { result = node.nodeValue; @@ -118,8 +118,8 @@ function currentSlide() { cs = document.currentSlide; footer = document.footer.childNodes; } - cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' + - '<span id="csSep">\/<\/span> ' + + cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' + + '<span id="csSep">\/<\/span> ' + '<span id="csTotal">' + (smax-1) + '<\/span>'; if (snum == 0) { vis = 'hidden'; @@ -129,7 +129,7 @@ function currentSlide() { if (footer_nodes[i].nodeType == 1) { footer_nodes[i].style.visibility = vis; } - } + } } function go(step) { @@ -305,7 +305,7 @@ function clicker(e) { target = window.event.srcElement; e = window.event; } else target = e.target; - if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true; + if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true; if (!e.which || e.which == 1) { if (!incrementals[snum] || incpos >= incrementals[snum].length) { go(1); @@ -466,7 +466,7 @@ function notOperaFix() { function getIncrementals(obj) { var incrementals = new Array(); - if (!obj) + if (!obj) return incrementals; var children = obj.childNodes; for (var i = 0; i < children.length; i++) { |
