mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Added some new font sizes in bbcode editor
* Added size=26 * Added size=28
This commit is contained in:
parent
bee70c3328
commit
15eb826f2d
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ ajax.callback.posts = function(data) {
|
|||
<option value="20"> size=20</option>
|
||||
<option value="22"> size=22</option>
|
||||
<option value="24" class="em">{L_FONT_HUGE}</option>
|
||||
<option value="26"> size=26</option>
|
||||
<option value="28"> size=28</option>
|
||||
</select>
|
||||
|
||||
<select name="codeAlign" class="text_size">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue