Skip to content

Commit cd5cc8a

Browse files
committed
Fix table showing
1 parent 8f6eb70 commit cd5cc8a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h4>Properties:</h4>
9494
<ul class="properties inner-block">
9595
{%if not fields.length%}
9696
<li>No properties available.</li>
97-
{%endif%}
97+
{%else%}
9898
<li>
9999
<table class="pure-table">
100100
<thead>
@@ -113,6 +113,7 @@ <h4>Properties:</h4>
113113
</tbody>
114114
</table>
115115
</li>
116+
{%endif%}
116117
</ul>
117118

118119
<h4>Functions:</h4>

styles/api.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858

5959
.api-content .inner-content {
60-
width: 50%;
60+
width: 75%;
6161
height: 100%;
6262
margin: 17px;
6363
margin-right: 0px;

styles/common.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ footer a {
160160
margin-left: 15px;
161161
color: #FFF;
162162
padding-bottom: 0;
163+
padding-top: 54px;
163164
}
164165

165166
.about p {
@@ -180,5 +181,5 @@ footer a {
180181
}
181182

182183
.wrap-content {
183-
width: 50%;
184+
width: 75%;
184185
}

0 commit comments

Comments
 (0)