summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-09-27 17:37:06 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2011-09-27 17:37:22 +0200
commit82435d047377b2e47d7fcd677bd911950e45e2c0 (patch)
tree8e51fee1e969a87c0a1e3e1a460a6de2fcd4e6e0 /templates
parentab812a4d03d9f6bd5bfbca33c879537bb09fbc31 (diff)
downloadsites-82435d047377b2e47d7fcd677bd911950e45e2c0.tar.gz
sites-82435d047377b2e47d7fcd677bd911950e45e2c0.tar.bz2
sites-82435d047377b2e47d7fcd677bd911950e45e2c0.zip
modified layout/css
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
-rw-r--r--templates/layout.html6
-rw-r--r--templates/new.html10
3 files changed, 10 insertions, 8 deletions
diff --git a/templates/index.html b/templates/index.html
index 99bf8b9..4322153 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -66,7 +66,7 @@ $var headline:
<hr>
-<div id="status">
+<div id="status" class="center">
system status:<br />
<span class="ok">
<b>+++ RUNNING +++</b>
diff --git a/templates/layout.html b/templates/layout.html
index 6e24a22..09d5f18 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -7,7 +7,7 @@ $def with (content)
</head>
<body>
- <div id="header">
+ <div id="header" class="center">
<table cellspacing="10" cellpadding="5">
<tr>
<td>
@@ -29,7 +29,7 @@ $def with (content)
</table>
</div>
- <div id="title">
+ <div id="title" class="center">
$:content.headline
</div>
@@ -37,7 +37,7 @@ $def with (content)
$:content
</div>
- <div id="footer">
+ <div id="footer" class="center">
<hr>
Any questions? Write us an e-mail to:
diff --git a/templates/new.html b/templates/new.html
index 1bea143..d0897a3 100644
--- a/templates/new.html
+++ b/templates/new.html
@@ -60,8 +60,10 @@ $var headline:
<b>Information</b>
</div>
- The following information will be logged:<br />
- <br />
- Your internet address: <b>$user['ip']</b><br />
- Your hostname: <b>$user['host']</b><br />
+ <div class="center">
+ The following information will be logged:<br />
+ <br />
+ Your internet address: <b>$user['ip']</b><br />
+ Your hostname: <b>$user['host']</b><br />
+ </div>
</div>