mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
comment out hr and top heading, never needed and disrupt layout
This commit is contained in:
parent
b81b4ef2ef
commit
004a3e2db1
@ -5,7 +5,9 @@
|
||||
{% endif %}
|
||||
<button type="button" class="addTag" data-tag="i">italic</button>
|
||||
<button type="button" class="addTag" data-tag="b">bold</button>
|
||||
<!--
|
||||
<button type="button" class="addTag" data-tag="h2" data-attr="id="tophead"">top heading</button>
|
||||
-->
|
||||
<button type="button" class="addTag" data-tag="h1">heading 1</button>
|
||||
<button type="button" class="addTag" data-tag="h2">heading 2</button>
|
||||
<button type="button" class="addTag" data-tag="h3">heading 3</button>
|
||||
@ -13,5 +15,8 @@
|
||||
<button type="button" class="addTag" data-tag="a" data-attr='href=""'>hyperlink</button>
|
||||
<button type="button" class="addTag" data-tag="p">paragraph</button>
|
||||
<button type="button" class="addImage">image</button>
|
||||
<!--
|
||||
<button type="button" class="addStr" data-str="</hr>">horizontal line</button>
|
||||
-->
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user