diff options
Diffstat (limited to 'documentation/css/preview/index.php')
-rw-r--r-- | documentation/css/preview/index.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/css/preview/index.php b/documentation/css/preview/index.php index 7b9e33c4f..6471a2c32 100644 --- a/documentation/css/preview/index.php +++ b/documentation/css/preview/index.php @@ -3,14 +3,11 @@ * 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> + <div class="elgg-page mal"> <ul class="mtl"> <li><a href="general.php">General CSS</a></li> <li><a href="nav.php">Navigation CSS</a></li> @@ -18,6 +15,7 @@ include dirname(__FILE__) . '/head.php'; <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> + <li><a href="images.php">Images CSS</a></li> </ul> </div> </body> |