From 04639b77abb0d4fd4c7432b1319f499adb03c18a Mon Sep 17 00:00:00 2001 From: Wired Earp Date: Wed, 13 Dec 2017 14:18:37 +0100 Subject: [PATCH] Formatting cleanup (#467) * Formatting cleanup --- docs/dist/assets/dox.css | 17 +++++ docs/dist/components/forms/index.html | 71 ++++++++------------- docs/dist/lunr.json | 2 +- docs/src/less/dox-typo.less | 6 ++ docs/src/xhtml/components/forms/index.xhtml | 58 ++++++----------- docs/tasks/processor.js | 5 +- 6 files changed, 75 insertions(+), 84 deletions(-) diff --git a/docs/dist/assets/dox.css b/docs/dist/assets/dox.css index 2fc439661..534d8cd5e 100644 --- a/docs/dist/assets/dox.css +++ b/docs/dist/assets/dox.css @@ -90,6 +90,23 @@ samp { -moz-hyphens: none; hyphens: none; } +h1 code, +h2 code, +h3 code, +h1 pre, +h2 pre, +h3 pre, +h1 var, +h2 var, +h3 var, +h1 kbd, +h2 kbd, +h3 kbd, +h1 samp, +h2 samp, +h3 samp { + font-size: inherit; +} /* Remove font-weight hack for certain elements ..............................*/ ul.splitscreen li:last-child, ul.splitscreen li:last-child p, diff --git a/docs/dist/components/forms/index.html b/docs/dist/components/forms/index.html index ba4f95c21..b751886cf 100644 --- a/docs/dist/components/forms/index.html +++ b/docs/dist/components/forms/index.html @@ -68,9 +68,8 @@

Form

- textarea - -

+ textarea +

Starts out with three lines, but will expand up to ten as content is entered. The rows attribute can be used to adjust the initial amount of lines to show.