diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html
index c0737a1880..56eee899f9 100644
--- a/examples/html/entityProperties.html
+++ b/examples/html/entityProperties.html
@@ -955,17 +955,6 @@
-
-
Hyperlink
-
Href
-
-
-
-
Description
-
-
-
-
Locked
@@ -988,6 +977,24 @@
+
+
+
+
+
+
@@ -1181,6 +1188,78 @@
+
+
+
+
+
+
Shape Type
+
+
+
+
+
+
Compound Shape URL
+
+
+
+
+
+
+ Animation Playing
+
+
+
+
+
+
+
Animation Frame
+
+
+
+
+
+
Animation Settings
+
+
+
+
+
+
+
Original Textures
+
+
+
+
+
+
@@ -1243,77 +1322,6 @@
-
-
-
-
-
Shape Type
-
-
-
-
-
-
Compound Shape URL
-
-
-
-
-
-
- Animation Playing
-
-
-
-
-
-
-
Animation Frame
-
-
-
-
-
-
Animation Settings
-
-
-
-
-
-
-
Original Textures
-
-
-
-
-
-
@@ -1479,6 +1487,12 @@
+
+
+
+
+
+
+
+
Atmosphere Center
diff --git a/examples/html/style.css b/examples/html/style.css
index ff07411aaf..f12cfb6dd0 100644
--- a/examples/html/style.css
+++ b/examples/html/style.css
@@ -44,7 +44,7 @@ body {
border: 1.5pt solid black;
}
-.section-header {
+.section-header, .sub-section-header {
background: #AAA;
border-bottom: 0.75pt solid #CCC;
background-color: #333333;
@@ -53,11 +53,19 @@ body {
padding-top: 6pt;
}
-.section-header label {
+.section-header label, .sub-section-header label {
font-weight: bold;
font-size: 11pt;
}
+.sub-section-header {
+ padding-top: 4px;
+}
+
+.sub-section-header label {
+ font-size: 9pt;
+}
+
.multi-property-section {
}