add fontsize style parameter
add fontsize style parameter to reduce output text size Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
This commit is contained in:
parent
6d4370d681
commit
bac20bc648
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
||||||
<%+header%>
|
<%+header%>
|
||||||
<h2 name="content"><%:System Log%></h2>
|
<h2 name="content"><%:System Log%></h2>
|
||||||
<div id="content_syslog">
|
<div id="content_syslog">
|
||||||
<textarea readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
|
<textarea style="font-size: 12px;" readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
|
||||||
</div>
|
</div>
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
Loading…
Reference in a new issue