[Scummvm-cvs-logs] CVS: web/docs/doxygen doxygen.css,1.1,1.2
Max Horn
fingolfin at users.sourceforge.net
Thu May 29 09:56:01 CEST 2003
Update of /cvsroot/scummvm/web/docs/doxygen
In directory sc8-pr-cvs1:/tmp/cvs-serv17266
Modified Files:
doxygen.css
Log Message:
make CSS work for doygen 1.2.14 (used by SF.net; I use doygen 1.3.1)
Index: doxygen.css
===================================================================
RCS file: /cvsroot/scummvm/web/docs/doxygen/doxygen.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- doxygen.css 29 May 2003 16:53:07 -0000 1.1
+++ doxygen.css 29 May 2003 16:54:58 -0000 1.2
@@ -38,10 +38,10 @@
margin-top : 2px;
margin-bottom : 2px
}
-span.keyword { color: #008000 }
-span.keywordtype { color: #604020 }
-span.keywordflow { color: #e08000 }
-span.comment { color: #800000 }
-span.preprocessor { color: #806020 }
-span.stringliteral { color: #002080 }
-span.charliteral { color: #008080 }
+FONT.keyword { color: #008000 }
+FONT.keywordtype { color: #604020 }
+FONT.keywordflow { color: #e08000 }
+FONT.comment { color: #800000 }
+FONT.preprocessor { color: #806020 }
+FONT.stringliteral { color: #002080 }
+FONT.charliteral { color: #008080 }
More information about the Scummvm-git-logs
mailing list