|
From: mdw c. <myd...@li...> - 2002-04-10 18:32:59
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/petits
Modified Files:
default.css
Log Message:
Putting the backroung opaque for the layer
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/petits/default.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- default.css 10 Apr 2002 11:34:51 -0000 1.5
+++ default.css 10 Apr 2002 12:50:24 -0000 1.6
@@ -63,6 +63,7 @@
width: 400px;
height: 340px;
border: 1px solid #666666;
+background-color: #FECB32;
}
.boxContent {
|