From: <de...@us...> - 2004-03-05 15:37:53
|
Update of /cvsroot/fudaa/fudaa_web/src/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21158/src/style Modified Files: default.css Log Message: MAj pour les liens vers le site du cetmef Index: default.css =================================================================== RCS file: /cvsroot/fudaa/fudaa_web/src/style/default.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** default.css 4 Mar 2004 18:19:07 -0000 1.3 --- default.css 5 Mar 2004 15:23:40 -0000 1.4 *************** *** 133,136 **** --- 133,139 ---- text-align : center; } + .important { + font-weight : bold; + } p.important { font-weight : bold; *************** *** 337,341 **** /******************************************************************************/ /*************** special ******************************************************/ ! table.note { margin-top : 20px; margin-bottom : 20px; --- 340,344 ---- /******************************************************************************/ /*************** special ******************************************************/ ! div.note { margin-top : 20px; margin-bottom : 20px; *************** *** 343,347 **** margin-right:auto; width : 75%; ! text-align : center; } --- 346,351 ---- margin-right:auto; width : 75%; ! text-align : justify; ! color : #666666; } |