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:
psyborg55 2017-09-13 19:47:47 +02:00 committed by GitHub
parent 6d4370d681
commit bac20bc648

View file

@ -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%>