Update of /cvsroot/mockobjects/no-stone-unturned/doc/xdocs
In directory usw-pr-cvs1:/tmp/cvs-serv9523/doc/xdocs
Modified Files:
htmlbook.css
Log Message:
further style tweaks
Index: htmlbook.css
===================================================================
RCS file: /cvsroot/mockobjects/no-stone-unturned/doc/xdocs/htmlbook.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- htmlbook.css 2 Sep 2002 22:39:25 -0000 1.15
+++ htmlbook.css 5 Oct 2002 23:35:22 -0000 1.16
@@ -15,14 +15,14 @@
font-weight: normal; font-size: 140%; }
DIV.section H3 { font-style: italic; font-weight: normal; }
-.tip { border: solid black 1px; }
+.tip { border-top: solid black 1px; border-bottom: solid black 1px; }
DIV.tip H3 { font-size: 80%; font-style: italic; font-weight: normal; font-size: small; }
DIV.tip P { font-size: 80%; }
-.note { border: solid black 1px;}
-DIV.note { margin-left: 10%; };
+.note { border-top: solid black 1px; border-bottom: solid black 1px;}
+DIV.note { margin-left: 10%; margin-right: 10% };
DIV.note TH { font-size: 80%; }
-DIV.note P { font-size: 80%; }
+DIV.note P { font-size: 80%; align: center; }
.sidebar { border-top: solid black 1px; border-bottom: solid black 1px;
font-family: Arial, Helvetica, sans-serif; font-size: 80%;
|