Browse Source

Remove api doc draft, fix formatting

1.0
jlukic 10 years ago
parent
commit
d073c368f6
  1. 2
      server/documents/modules/api.html.eco
  2. 5
      server/files/stylesheets/semantic.css

2
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'
---
<script src="/javascript/library/sinon.js"></script>

5
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,

Loading…
Cancel
Save