changeset 6:9980a2a34236

- Added style sheet.
author aziz
date Fri, 22 Jun 2007 19:41:02 +0000
parents 79b4e8848794
children 07e45c06a024
files trunk/src/format.css
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/format.css	Fri Jun 22 19:41:02 2007 +0000
@@ -0,0 +1,8 @@
+sourcetext {
+  display: block;
+  white-space: pre;
+  font-family: Monospace;
+  font-size: 0.8em;
+}
+c { color: green; }
+i { color: darkblue;}
\ No newline at end of file