From: Jeff M. <cus...@us...> - 2002-09-09 09:30:45
|
Update of /cvsroot/mockobjects/mockobjects-java/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv13332/html Modified Files: stylesheet.css Log Message: Chnage order of entries to make it easier to follow Index: stylesheet.css =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/doc/html/stylesheet.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- stylesheet.css 2 Sep 2002 11:35:07 -0000 1.2 +++ stylesheet.css 9 Sep 2002 09:30:42 -0000 1.3 @@ -1,10 +1,24 @@ body { - background-color: white; + background-color: #eee; color: black; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif; } +p{ + margin-left: 30; + margin-right: 30; + font-size:12px; +} + +pre{ + font-size:12px; + background: #fff; + padding: 10; + margin-left: 30; + margin-right: 30; +} + h1{ color: white; background-color: #023264; @@ -21,26 +35,14 @@ } h3{ - color: white; - background-color: #023264; + color: #023264; + background-color: #fff; padding: 3; margin-left: 20; font-size:100%; } -p{ - margin-left: 30; - margin-right: 30; - font-size:12px; -} - :link { color: #525D76 } :visited { color: #023264 } :active { color: #023264 } -pre{ - background: #eee; - padding: 10; - margin-left: 30; - margin-right: 30; -} |