mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-24 07:05:47 -07:00
Minor improvements
This commit is contained in:
parent
f7ee6d8a57
commit
d57eb75bd0
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ ajax.callback.posts = function(data) {
|
|||
<option value="26"> size=26</option>
|
||||
<option value="28"> size=28</option>
|
||||
</select>
|
||||
|
||||
|
||||
<select name="codeAlign" class="text_size">
|
||||
<option value="left" selected>{L_ALIGN}</option>
|
||||
<option value="left"> {L_LEFT}</option>
|
||||
|
@ -68,7 +68,7 @@ ajax.callback.posts = function(data) {
|
|||
<option value="center"> {L_CENTER}</option>
|
||||
<option value="justify"> {L_JUSTIFY}</option>
|
||||
</select>
|
||||
|
||||
|
||||
<span class="buttons">
|
||||
<input type="button" value="sup" name="codeSup" title="{L_SUPERSCRIPT}" />
|
||||
<input type="button" value="sub" name="codeSub" title="{L_SUBSCRIPT}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue