[Scummvm-cvs-logs] CVS: web style.css,1.4,1.5

Eugene Sandulenko sev at users.sourceforge.net
Sat Nov 12 18:02:03 CET 2005


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7596

Modified Files:
	style.css 
Log Message:
Fix default colors for table headers, so inconsistency will not be
noticeable with slow connetcions like mine.


Index: style.css
===================================================================
RCS file: /cvsroot/scummvm/web/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- style.css	13 Nov 2005 01:49:41 -0000	1.4
+++ style.css	13 Nov 2005 02:01:18 -0000	1.5
@@ -478,8 +478,8 @@
 	font-weight: bold;
 }
 .frameBody		{ padding: 1em 2em; } 
-.frameTop		{ text-align: center; background-color: #73106b; background-image: url('images/table-head.png'); }
-.frameBottom	{ text-align: center; background-color: #73106b; background-image: url('images/table-head.png'); }
+.frameTop		{ text-align: center; background-color: #a82709; background-image: url('images/table-head.png'); }
+.frameBottom	{ text-align: center; background-color: #a82709; background-image: url('images/table-head.png'); }
 
 /* Percentage Colors */
 .pct0   	{ background-color: #ff5050; }





More information about the Scummvm-git-logs mailing list