mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Updates Based On Feedback From Mailing List
* Remove the QR Code error corrections subsection. * Remove the non-example Payment Protocol text from developer examples. * Update reference links and autocrossrefs to reflect above deletions * Fix CSS padding problems reported by @saivann * Remove all HTML comments from autocrossref text to allow easy checking for broken link definitions: find _site -name '*.html' | xargs grep '\]\[' * Add PNG versions of guide and example SVG icons. (optipng run)
This commit is contained in:
parent
617213a980
commit
61f0931b75
8 changed files with 14 additions and 141 deletions
|
@ -787,12 +787,13 @@ table td,table th{
|
|||
background-color:#f5f5f5;
|
||||
border:1px solid #ccc;
|
||||
overflow-y:auto;
|
||||
padding-bottom: 17px;
|
||||
padding-bottom: 34px;
|
||||
}
|
||||
|
||||
.toccontent .multicode pre {
|
||||
border: 0px none;
|
||||
padding: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
overflow-y: visible;
|
||||
margin-bottom: -17px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue