mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
Graphics for h1 and h2
This commit is contained in:
parent
5aff4a030d
commit
357dd0a7bc
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -80,12 +80,12 @@
|
|||
<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>
|
||||
<div class="buttonicon" style="background-position:0px -452px"></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>
|
||||
<div class="buttonicon" style="background-position:0px -436px"></div>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue