changeset 294:df463d045d32

improved style of code blocks in the README
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 08 Mar 2009 18:51:31 +0100
parents c54513b44726
children 587d7538e48f
files doc/README.html
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/README.html	Sun Mar 08 18:49:53 2009 +0100
+++ b/doc/README.html	Sun Mar 08 18:51:31 2009 +0100
@@ -43,6 +43,11 @@
         td, dt {
             background-color: #eee;
         }
+        pre {
+            font-size: 10pt;
+            border: thin dotted #ccc;
+            padding: 2pt;
+        }
     </style>
 
 </head>