From: <tu...@us...> - 2003-02-23 13:54:41
|
Update of /cvsroot/hibernate/Hibernate2/doc/reference In directory sc8-pr-cvs1:/tmp/cvs-serv20125/doc/reference Modified Files: style.css Log Message: Updated for new XSL stylesheets Index: style.css =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/style.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** style.css 1 Jan 2003 13:42:59 -0000 1.1.1.1 --- style.css 23 Feb 2003 13:54:38 -0000 1.2 *************** *** 31,34 **** --- 31,45 ---- } + TABLE { + border-collapse: collapse; + border-spacing:0; + border: 1px thin black; + empty-cells: hide; + } + + TD { + padding: 4pt; + } + H1 { font-size: 150%; } H2 { font-size: 140%; } *************** *** 45,49 **** PRE { ! font-size: 90%; padding: 5px; border-style: solid; --- 56,60 ---- PRE { ! font-size: 100%; padding: 5px; border-style: solid; *************** *** 84,86 **** ! \ No newline at end of file --- 95,97 ---- ! |