removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / fragments / css / README
diff --git a/mods/wiki/fragments/css/README b/mods/wiki/fragments/css/README
deleted file mode 100644 (file)
index 1f42a31..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-
-The files in the css/ directory are either examples or page styles,
-which were automatically loaded by the 'fragments/css.php' snippet.
-You could create a "PageStyleFile.css" for every page of your wiki,
-if you just include() the 'css.php' script.
-
-
-core.css
-¯¯¯¯¯¯¯¯
-   Is an example (text/css) stylesheet, which shows how to tweak
-   the look of rendered pages using CSS.
-
-   You could copy it into yoursites.css or do something like this in
-   yoursite.php:
-
-   <HTML>
-   <HEAD>
-     <STYLE TYPE="text/css"><!--
-     <?php
-            include("fragments/css/core.css");
-     ?>
-     //--></STYLE>
-   </HEAD>
-   <?php ... ?>
-
-
-calendar.css
-¯¯¯¯¯¯¯¯¯¯¯¯
-   These stylesheet definitions show all possible CSS classes that
-   are used within the calendar.php plugin. Use like core.css
-