You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/06/26 01:27:22 UTC

cvs commit: gump/template/xhtml/css style.css

ajack       2004/06/25 16:27:22

  Modified:    template/xhtml/css Tag: CleanUp style.css
  Log:
  More tweaks per validator.w3.org
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.6   +1 -1      gump/template/xhtml/css/Attic/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/gump/template/xhtml/css/Attic/style.css,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- style.css	25 Jun 2004 23:24:53 -0000	1.1.2.5
  +++ style.css	25 Jun 2004 23:27:22 -0000	1.1.2.6
  @@ -1 +1 @@
  -img          { border: 0 }

HR { color: #8EB4D9; height: 1px; text-align: center; width: 90%; position: 
               relative }

TABLE.TRANSPARENT	{	border: none; width: 100% }
TABLE	{	 border: thin solid #000000; width: 100%  }

/* Annotations */
.DEBUG    	{	background-color: #000000 }
.INFO    	{	background-color: #99CC66 }               
.WARN		{	background-color: #FFFF99 }
.ERROR	{	background-color: #CC0000 }

/* State */
.SUCCESS		{	background-color: #99CC66 }
.FAILED 		{	background-color: #CC0000; foreground-color: #FFFFFF }
.PREREQFAILED	{	background-color: #FFFF99 }
.COMPLETE		{	background-color: #00CCFF }
.UNSET		{	background-color: #CCCCCC }
  \ No newline at end of file
  +img          { border: 0 }

HR { color: #8EB4D9; height: 1px; text-align: center; width: 90%; position: 
               relative }

TABLE.TRANSPARENT	{	border: none; width: 100% }
TABLE	{	 border: thin solid #000000; width: 100%  }

/* Annotations */
.DEBUG    	{	background-color: #000000 }
.INFO    	{	background-color: #99CC66 }               
.WARN		{	background-color: #FFFF99 }
.ERROR	{	background-color: #CC0000 }

/* State */
.SUCCESS		{	background-color: #99CC66 }
.FAILED 		{	background-color: #CC0000; color: #FFFFFF }
.PREREQFAILED	{	background-color: #FFFF99 }
.COMPLETE		{	background-color: #00CCFF }
.UNSET		{	background-color: #CCCCCC }
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org