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:
David A. Harding 2014-06-06 18:46:32 -04:00
parent 617213a980
commit 61f0931b75
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
8 changed files with 14 additions and 141 deletions

View file

@ -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;
}