mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-07-01 10:22:13 -04:00
Merge 8649be0e56
into 642b716553
This commit is contained in:
commit
f6ffb384a6
8 changed files with 45 additions and 3 deletions
|
@ -78,6 +78,17 @@
|
|||
<div class="buttonicon" style="background-position:0px -86px"></div>
|
||||
</a>
|
||||
</li>
|
||||
<li class="separator"></li>
|
||||
<li onClick="window.pad&&pad.editbarClick('heading1');return false;" >
|
||||
<a title="Headline Level 1">
|
||||
<div class="buttonicon" style="background-position:0px -452px"></div>
|
||||
</a>
|
||||
</li>
|
||||
<li onClick="window.pad&&pad.editbarClick('heading2');return false;" >
|
||||
<a title="Headline Level 2">
|
||||
<div class="buttonicon" style="background-position:0px -436px"></div>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul id="menu_right">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue