diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-05 03:31:43 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-05 03:31:43 +0000 |
commit | 383f4572b9ce1d48db168b3bdc42163e02d97657 (patch) | |
tree | b80fa4047629f2d5d3983c912c60a11a572a9d2a /documentation/css/preview/index.php | |
parent | deb2f017851520137695afa6c9d594fd4560698d (diff) | |
download | elgg-383f4572b9ce1d48db168b3bdc42163e02d97657.tar.gz elgg-383f4572b9ce1d48db168b3bdc42163e02d97657.tar.bz2 |
cleaned up navigation of the css preview documentation
git-svn-id: http://code.elgg.org/elgg/trunk@8025 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'documentation/css/preview/index.php')
-rw-r--r-- | documentation/css/preview/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/css/preview/index.php b/documentation/css/preview/index.php index 6471a2c32..ce71d28df 100644 --- a/documentation/css/preview/index.php +++ b/documentation/css/preview/index.php @@ -8,6 +8,7 @@ include dirname(__FILE__) . '/head.php'; ?> <body> <div class="elgg-page mal"> + <h1 class="mbl"><a href="index.php">Index</a></h1> <ul class="mtl"> <li><a href="general.php">General CSS</a></li> <li><a href="nav.php">Navigation CSS</a></li> @@ -15,7 +16,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> + <li><a href="icons.php">Icons CSS</a></li> </ul> </div> </body> |