éclaircissement des couleurs des titres, à la demande de luc le gourou des couleurs :-)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4888 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2002-06-05 13:14:27 +00:00
parent f6854a0f55
commit 1d0a6df531
1 changed files with 6 additions and 6 deletions

View File

@ -423,12 +423,12 @@ class html =
".warning { color : Red ; font-weight : bold }" ;
".info { margin-left : 3em; margin-right : 3em }" ;
".code { color : #465F91 ; }" ;
".title1 { font-size : 20pt ; background-color : #416DFF }" ;
".title2 { font-size : 20pt ; background-color : #418DFF }" ;
".title3 { font-size : 20pt ; background-color : #41ADFF }" ;
".title4 { font-size : 20pt ; background-color : #41CDFF }" ;
".title5 { font-size : 20pt ; background-color : #41EDFF }" ;
".title6 { font-size : 20pt ; background-color : #41FFFF }" ;
".title1 { font-size : 20pt ; background-color : #909DFF }" ;
".title2 { font-size : 20pt ; background-color : #90BDFF }" ;
".title3 { font-size : 20pt ; background-color : #90DDFF }" ;
".title4 { font-size : 20pt ; background-color : #90EDFF }" ;
".title5 { font-size : 20pt ; background-color : #90FDFF }" ;
".title6 { font-size : 20pt ; background-color : #C0FFFF }" ;
"body { background-color : White }" ;
"tr { background-color : White }" ;
]