mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fix button alignment issues making the butotns prettier after I made them 1px out in places
This commit is contained in:
parent
9911fb95b9
commit
ab2c8fadf1
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@
|
|||
</li>
|
||||
<li>
|
||||
<a onClick="window.pad&&pad.editbarClick('underline');return false;" title="Underline (ctrl-U)">
|
||||
<div class="buttonicon" style="background-position:0px -236px"></div>
|
||||
<div class="buttonicon" style="background-position:0px -236px;margin-top:1px;"></div>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a onClick="window.pad&&pad.editbarClick('strikethrough');return false;" title="Strikethrough">
|
||||
<div class="buttonicon" style="background-position:0px -199px"></div>
|
||||
<div class="buttonicon" style="background-position:0px -200px"></div>
|
||||
</a>
|
||||
</li>
|
||||
<li class="separator"></li>
|
||||
|
|
Loading…
Reference in a new issue