mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Add h1 adn h2, h2 seems not to work jet, menu immage have to be drawn
This commit is contained in:
parent
d9686c7646
commit
2726634200
5 changed files with 27 additions and 3 deletions
|
@ -77,6 +77,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="Haedline Level 1">
|
||||
<div class="buttonicon" style="background-position:0px -166px"></div>
|
||||
</a>
|
||||
</li>
|
||||
<li onClick="window.pad&&pad.editbarClick('heading2');return false;" >
|
||||
<a title="Haedline Level 2">
|
||||
<div class="buttonicon" style="background-position:0px -166px"></div>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul id="menu_right">
|
||||
|
@ -331,4 +342,4 @@
|
|||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue