docgen-tool 3.2.13 → 3.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -477,9 +477,6 @@ header #headerLeftText #headerSponsor #sponsorLogo {
477
477
  header #headerRightBlock {
478
478
  margin-left: auto;
479
479
  }
480
- header #headerRightBlock a {
481
- padding: 5px 10px;
482
- }
483
480
 
484
481
  /*
485
482
  footer
@@ -858,7 +855,7 @@ button,
858
855
  border: 2px solid rgb(46, 113, 225);
859
856
  background: rgb(46, 113, 225);
860
857
  color: white !important;
861
- padding: 12px 26px;
858
+ padding: 12px 18px;
862
859
  text-transform: none;
863
860
  text-shadow: none;
864
861
  line-height: 1em;
@@ -897,7 +894,7 @@ button:active,
897
894
  }
898
895
  button .icon,
899
896
  .button .icon {
900
- margin: 0 0 0 38px;
897
+ margin: 0 0 0 10px;
901
898
  }
902
899
  button .icon svg,
903
900
  .button .icon svg {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docgen-tool",
3
- "version": "3.2.13",
3
+ "version": "3.2.14",
4
4
  "description": "A tool for creating HTML and PDF documentation",
5
5
  "main": "dist/docgen.js",
6
6
  "bin": {