diff options
Diffstat (limited to 'documentation/css/preview/index.php')
-rw-r--r-- | documentation/css/preview/index.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/css/preview/index.php b/documentation/css/preview/index.php new file mode 100644 index 000000000..7b9e33c4f --- /dev/null +++ b/documentation/css/preview/index.php @@ -0,0 +1,24 @@ +<?php +/** + * Main index page + */ + +$title = 'CSS Preview Pages'; + +include dirname(__FILE__) . '/head.php'; + +?> +<body> + <div class="elgg-page" style="width: 800px; margin: 20px auto;"> + <h1><?php echo $title; ?></h1> + <ul class="mtl"> + <li><a href="general.php">General CSS</a></li> + <li><a href="nav.php">Navigation CSS</a></li> + <li><a href="forms.php">Form CSS</a></li> + <li><a href="objects.php">Lists, modules, image blocks CSS</a></li> + <li><a href="grid.php">Grid CSS</a></li> + <li><a href="widgets.php">Widgets CSS</a></li> + </ul> + </div> +</body> +</html>
\ No newline at end of file |