diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-22 21:15:11 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-22 21:15:11 +0100 |
commit | 738b1b3467e5556667464bc33294a7485d37097b (patch) | |
tree | 0f42294589a7574e391644609e315694b194639f /webadmin | |
parent | Bug FS#131 http://www.mc-server.org/support/index.php?do=details&task_id=131 should be fixed (diff) | |
download | cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.gz cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.bz2 cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.lz cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.xz cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.zst cuberite-738b1b3467e5556667464bc33294a7485d37097b.zip |
Diffstat (limited to 'webadmin')
-rw-r--r-- | webadmin/template.html | 16 |
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 -->
|