feat(aio): comment cleanup, API table styles

- API table styling
- Cleanup on resource page comments
This commit is contained in:
Stefanie Fluin
2017-05-01 10:01:02 -07:00
committed by Matias Niemelä
parent e263e19a2a
commit 04dc24820d
4 changed files with 16 additions and 5 deletions

View File

@ -5,8 +5,7 @@
<table class="api-table">
<thead>
<tr>
<th>{$ doc.name $} Properties</th>
<th></th>
<th colspan="2">{$ doc.name $} Properties</th>
</tr>
</thead>
<tbody>

View File

@ -1,5 +1,5 @@
{% if doc.members.length %}
<div class="meta-data">
<div class="meta-data api-section">
<h2>Metadata Properties</h2>
{% for metadata in doc.members %}{% if not metadata.internal %}
<div class="metadata-member">