diff --git a/server/documents/modules/api.html.eco b/server/documents/modules/api.html.eco index 1d957a33a..304f8fb6b 100644 --- a/server/documents/modules/api.html.eco +++ b/server/documents/modules/api.html.eco @@ -4,7 +4,7 @@ css : 'api' title : 'API' description : 'API allows UI elements to send events to the server' -type : 'UI Behavior' +type : 'Draft' --- diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index 71d78cbb7..71a63e728 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -699,6 +699,11 @@ body#example.hide { #example .main.container > .tab > h2:first-child{ margin-top: 0em; } +#example .main.container .examples > h2 + p, +#example .main.container > h2 + p, +#example .main.container > .tab > h2 + p { + margin: -2.5rem 0 2em; +} /* After Section Header */ #example .example:first-child,