From 5cd35e19a1d2d470ad5b8821c3a7c07b60076797 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Fri, 17 Jun 2011 08:02:39 +0000 Subject: [PATCH] Add WIP notice --- data/global.css | 11 +++++++++++ html.ct | 2 ++ 2 files changed, 13 insertions(+) diff --git a/data/global.css b/data/global.css index f994c37..0e99fb4 100644 --- a/data/global.css +++ b/data/global.css @@ -160,11 +160,22 @@ body { text-decoration: underline; } +.msg { + color: red; + clear: both; + position: relative; + top: -10px; + font-weight: bold; + font-style: italic; + text-align: center; +} + /* Footer */ .footer, .footer * { text-align: center; font-size: 8pt; margin-top: 5px; + margin-bottom: 15px; color: #444; } .footer a { diff --git a/html.ct b/html.ct index 93b04b7..9b12bca 100644 --- a/html.ct +++ b/html.ct @@ -39,6 +39,8 @@ Content-Type: text/html; charset=UTF-8
+

This site is currently under construction.

+

If I had an animated GIF of a guy with a shovel, I would put it here.

<% page->print(); %>
-- 2.43.2