From 29c87287965ad3b88ffd49419d7a7423feda00fa Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 19 Sep 2012 22:49:08 -0700 Subject: better message when working on the database or having edoko offline for other reasons. --- css/standard.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css') diff --git a/css/standard.css b/css/standard.css index 8f609f5..e0f0dd0 100644 --- a/css/standard.css +++ b/css/standard.css @@ -58,6 +58,16 @@ footer .left { float:left; font-size:smaller;} font-size: smaller; } +.WIP { + background-color: #eee; + text-size: larger; + text-align: center; + margin: 30px 10% ; + border-radius: 5px; + border: 2px solid red; + padding: 10px; +} + /* sessions */ .session { border-bottom: 1px solid #000; -- cgit v1.2.3-18-g5258