summaryrefslogtreecommitdiffstats
path: root/webadmin/template.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--webadmin/template.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/webadmin/template.html b/webadmin/template.html
index 8e0fb21de..50c91ae2d 100644
--- a/webadmin/template.html
+++ b/webadmin/template.html
@@ -252,6 +252,17 @@
padding: 0 0 0 10px;
margin: 20px 0 10px;
}
+
+ h4 {
+ padding: 0 0 0 10px;
+ margin: 20px 0 10px;
+ }
+
+ #main ul {
+ padding: 0 0 0 10px;
+ list-style-type: circle;
+ list-style-position: inside;
+ }
#main table {
border-top: 1px solid #ddd;
@@ -340,8 +351,9 @@
<h2>Welcome {USERNAME}</h2>
<div id="main">
-
- <p>{CONTENT}</p>
+ <h3>{PLUGIN_NAME}</h3>
+
+ {CONTENT}
</div>
<!-- // #main -->