Add h1 adn h2, h2 seems not to work jet, menu immage have to be drawn

This commit is contained in:
Nils Rokita 2011-12-10 14:36:21 +01:00
parent d9686c7646
commit 2726634200
5 changed files with 27 additions and 3 deletions

View file

@ -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>