Browse Source

Edited numbers for AP style

pull/520/head
Ryan 11 years ago
parent
commit
87ff5445a2
  1. 6
      website/templates/_help.html

6
website/templates/_help.html

@ -75,11 +75,11 @@
<div class="accordion-group">
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-13" class="accordion-toggle collapsed">Can I change the vertical position of an event in TimelineJS?</a></div>
<div id="faq-13" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner">Yes. See <a href="https://groups.google.com/forum/?fromgroups#!category-topic/verite-timeline/how-to/FB8u56wFAsE">here for how</a>.</div>
<div class="accordion-inner">Yes. See how <a href="https://groups.google.com/forum/?fromgroups#!category-topic/verite-timeline/how-to/FB8u56wFAsE">here</a>.</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-14" class="accordion-toggle collapsed">Why does the timeline not show days or hours etc?</a></div>
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-14" class="accordion-toggle collapsed">Why does the timeline not show days, hours, years, etc.?</a></div>
<div id="faq-14" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner">The display of the timeline is dynamic. It chooses a time interval that best matches the number of events there are with the amount of time that is covered.</div>
</div>
@ -99,7 +99,7 @@
<div class="accordion-group">
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-16" class="accordion-toggle collapsed">Can I change the number of rows on the timeline?</a></div>
<div id="faq-16" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner">The default number of rows is 3. If you are using tags and you have more than 3 tags, the number of rows increases to 6.</div>
<div class="accordion-inner">The default number of rows is three. If you are using tags and you have more than three tags, the number of rows increases to six.</div>
</div>
</div>
<div class="accordion-group">

Loading…
Cancel
Save