File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 5757}
5858
5959.api-content .inner-content {
60- width : 50 % ;
60+ width : 75 % ;
6161 height : 100% ;
6262 margin : 17px ;
6363 margin-right : 0px ;
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments