diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-13 03:08:18 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-13 03:08:18 +0000 |
commit | dd0c8504aac734ffb1791084ece0331d2f045bc1 (patch) | |
tree | 998b5667fefdff6784756e53ab43ef8b3c171003 /documentation/css/preview/grid.php | |
parent | 222de7d107e5f90610c1d7f387cacec56ddbed44 (diff) | |
download | elgg-dd0c8504aac734ffb1791084ece0331d2f045bc1.tar.gz elgg-dd0c8504aac734ffb1791084ece0331d2f045bc1.tar.bz2 |
Added images to css preview and removed the page centering
git-svn-id: http://code.elgg.org/elgg/trunk@7878 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'documentation/css/preview/grid.php')
-rw-r--r-- | documentation/css/preview/grid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/css/preview/grid.php b/documentation/css/preview/grid.php index 96c94ed99..39985f394 100644 --- a/documentation/css/preview/grid.php +++ b/documentation/css/preview/grid.php @@ -9,7 +9,7 @@ require dirname(__FILE__) . '/head.php'; ?> <body> - <div class="elgg-page" style="width: 800px; margin: 20px auto;"> + <div class="elgg-page mal"> <h1 class="mbl"><?php echo $title; ?></h1> <div class="mbl"><a href="index.php">return to index</a></div> <style> |