summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-09-19 22:49:08 -0700
committerArun Persaud <arun@nubati.net>2012-09-19 22:50:25 -0700
commit29c87287965ad3b88ffd49419d7a7423feda00fa (patch)
treeab2208241b25108908a14800fecb976afc685747 /css
parentf3069376c510ac7dfd57d801004c5657a07fdca6 (diff)
downloade-DoKo-29c87287965ad3b88ffd49419d7a7423feda00fa.tar.gz
e-DoKo-29c87287965ad3b88ffd49419d7a7423feda00fa.tar.bz2
e-DoKo-29c87287965ad3b88ffd49419d7a7423feda00fa.zip
better message when working on the database or having edoko offline for other reasons.
Diffstat (limited to 'css')
-rw-r--r--css/standard.css10
1 files changed, 10 insertions, 0 deletions
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;