--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/media/css/site/text_view_comments/c-text-styles.css Mon Nov 23 15:14:29 2009 +0100
@@ -0,0 +1,23 @@
+#textcontainer.classic{
+ font-family: "New Century Schoolbook" serif;
+}
+
+#textcontainer.code {
+ font-family: courier;
+}
+
+#textcontainer.modern {
+ font-family: arial,helvetica,clean,sans-serif;
+}
+
+#textcontainer.classic h1 {
+ font-size:197%;
+}
+
+#textcontainer.code h1 {
+ font-size:197%;
+}
+
+#textcontainer.modern h1 {
+ font-size:197%;
+}
\ No newline at end of file