hdoc-tools 0.36.0 → 0.36.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.36.0",
3
+ "version": "0.36.1",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {
@@ -596,6 +596,12 @@
596
596
  background-color: #ddaf19;
597
597
  }
598
598
 
599
+ .HTL-doc .badge.badge-deprecated:after {
600
+ content: "Deprecated";
601
+ border: solid 1px #494949;
602
+ background-color: #666666;
603
+ }
604
+
599
605
  .HTL-doc .badge.badge-depreciated:after {
600
606
  content: "Deprecated";
601
607
  border: solid 1px #494949;