validator/htdocs/style base.css,1.10,1.11

Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv20149/style

Modified Files:
	base.css 
Log Message:
warning for beta test instance

Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- base.css	18 Apr 2007 07:23:00 -0000	1.10
+++ base.css	18 Apr 2007 23:03:50 -0000	1.11
@@ -605,4 +605,24 @@
         	background-color: #eee;
         	color: #11111A;
         	border-right: 1px solid #ccc;
-        }
\ No newline at end of file
+        }
+
+ /* warning on the home page for test instances */
+ #test_warning {
+     border-left: 1px solid #ccc;
+     border-right: 1px solid #ccc;
+     line-height: 160%;
+     text-align: center;
+     margin-top: 2em;
+ 	margin-left: 12%;
+ 	margin-right: 12%;
+ 	padding-left: 1.5em;
+    padding-right: 1.5em;
+ 	color: black;
+ 	background-color: white;
+ }
+ 
+ #test_warning img {
+     width: 1.3em;
+     padding-bottom: .3em;
+ }
\ No newline at end of file

Received on Wednesday, 18 April 2007 23:03:59 UTC