From: Ben H. <ne...@us...> - 2006-04-19 15:12:24
|
Update of /cvsroot/springframework/spring/docs/reference/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31082/docs/reference/styles Modified Files: html.css Log Message: Bumped the <TT> size to 110% Index: html.css =================================================================== RCS file: /cvsroot/springframework/spring/docs/reference/styles/html.css,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** html.css 19 Apr 2006 14:28:30 -0000 1.13 --- html.css 19 Apr 2006 15:12:10 -0000 1.14 *************** *** 192,196 **** TT { ! font-size: 90%; font-family: "Courier New", Courier, monospace; color: #000000; --- 192,196 ---- TT { ! font-size: 110%; font-family: "Courier New", Courier, monospace; color: #000000; |