[Scummvm-cvs-logs] CVS: web styles.css,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Mon Oct 13 12:14:05 CEST 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv13843

Modified Files:
	styles.css 
Log Message:
cleanup

Index: styles.css
===================================================================
RCS file: /cvsroot/scummvm/web/styles.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- styles.css	13 Oct 2003 17:37:29 -0000	1.12
+++ styles.css	13 Oct 2003 19:13:40 -0000	1.13
@@ -57,11 +57,6 @@
 .color3		{ background-color: #73106b }
 .color4		{ background-color: #999999 }
 
-/* box */
-.box-title	{ background-color: #AAAAAA; color: #FFFFFF; font-weight: bold }
-.box-label	{ background-color: #C0C0C0 }
-.box-body	{ background-color: #E0E0E0 }
-
 /* Menu Config */
 .menuTitle	{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #ffffff; font-weight: bold; }
 .menuItem 	{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #ffffff; }
@@ -77,6 +72,7 @@
 }
 .sideMenu a { color: white; }
 .sideMenu .header {
+	background-color: #73106b;
 	background-image: url('images/topmenu_bg.png');
 	font-size: 8pt;
 	font-weight: bold;
@@ -102,9 +98,6 @@
 	background-position: right bottom;
 }
 
-/* Misc */
-TD.label	{ font-weight: bold }
-
 /* Copyright */
 .copyright	{
 	width: 45ex;
@@ -185,7 +178,7 @@
 }
 
 PRE.box {
-	font-family: courier;
+	font-family: courier, monospace;
 	font-size: small;
 	white-space: pre;
 	border: 2pt solid #000000;





More information about the Scummvm-git-logs mailing list