This commit is contained in:
Marc Delisle
2006-09-24 21:55:43 +00:00
parent 956fb6099e
commit 19eef86fbb
4 changed files with 52 additions and 39 deletions

View File

@@ -1,19 +1,24 @@
<?php
/* info.inc.php 2006/06/19 cybot_tm / 2006/09/17 windkiel */
/* info.inc.php 2006/06/19 cybot_tm / 2006/09/20 windkiel */
/**
*
* original/img/ reused , resulting in 7kB .zip file
* successfully tested with pma >= 2.9
* differs from theme "original" (2.9) in :
*
* working with pma >= 2.8,
* smaller table margins/paddings
* border-rounding only working in Geckos like Firefox 1.5 ( -moz...),
* IE6 ( left pointer/marker working with links ),
* Opera 7 ~ 9.01 ( switching cursor on hover not supported )
* ( Opera 9.01 needs a Ctrl F5 or restart to show theme/fontsize changes ! )
* pma < 2.9 support only experimental !
*
* comments, suggestions, bugreports are welcome:
* http://sourceforge.net/users/windkiel/
*
*/
/* Theme information */
$theme_name = 'Grid';
$theme_version = 2;
$theme_full_version = '2.9';
?>