svn path=/configurations/trunk/tud/; revision=8241
svn path=/configurations/trunk/tud/; revision=8241
Martin Bravenboer committed
Mar 6, 2007 at 16:20 UTC
8983fdf230dd9f72c2f2f3b1a30fb2b0ec0da3ba
1 file changed
+15
-1
webroot/index.html
+15
-1
@@ -17,7 +17,8 @@
17
18
table.service {
19
border : 3px solid #5F73A8;
20
- margin-bottom: 2em;
20
+ margin-top: 1em;
21
+ margin-bottom: 1em;
22
}
23
24
table.service td {
@@ -36,6 +37,15 @@
37
color: #6185a0;
38
font-size: 170%;
39
}
40
+
41
+ p.footer {
42
+ text-align: right;
43
+ }
44
+
45
+ p.footer a {
46
+ font-size : 80%;
47
+ color : #6185a0;
48
+ }
49
</style>
50
</head>
51
<body>
@@ -81,5 +91,9 @@
91
</td>
92
</tr>
93
</table>
94
+
95
+ <p class="footer">
96
+ Administrator: <a href="mailto:martin.bravenboer@gmail.com">Martin Bravenboer</a>
97
+ </p>
98
</body>
99
</html>
\ No newline at end of file