text_size style mobile admin
This commit is contained in:
@ -147,4 +147,9 @@ function imageview(id, w, h)
|
||||
</ul>
|
||||
|
||||
<div id="container">
|
||||
<div id="text_size">
|
||||
<button class="no_text_resize" onclick="font_resize('container', 'decrease');">작게</button>
|
||||
<button class="no_text_resize" onclick="font_default('container');">기본</button>
|
||||
<button class="no_text_resize" onclick="font_resize('container', 'increase');">크게</button>
|
||||
</div>
|
||||
<h1><?=$g4['title']?></h1>
|
||||
|
||||
Reference in New Issue
Block a user