Switched to h2 from h4

This commit is contained in:
snipe
2020-04-01 03:51:08 -07:00
parent fd642e95eb
commit 2d2cd68061
47 changed files with 128 additions and 128 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
//Layout options
demo_settings.append(
"<h4 class='control-sidebar-heading'>"
"<h2 class='control-sidebar-heading'>"
+ "Layout Options"
+ "</h4>"
//Fixed layout
@@ -204,7 +204,7 @@
+ "<p class='text-center no-margin' style='font-size: 12px;'>Yellow Light</p>");
skins_list.append(skin_yellow_light);
demo_settings.append("<h4 class='control-sidebar-heading'>Skins</h4>");
demo_settings.append("<h2 class='control-sidebar-heading'>Skins</h4>");
demo_settings.append(skins_list);
tab_pane.append(demo_settings);