Files
phpmyadmin/grid/info.inc.php
Marc Delisle f0186983cc 2.9d
2007-02-25 13:40:45 +00:00

23 lines
681 B
PHP

<?php
/* info.inc.php 2006/06/19 cybot_tm | 2007/02/11 windkiel */
/**
* 2007-02-11 working with version 2.8 .. 2.1x.x ...
* differs from theme "original" (2.9) in:
*
* smaller table margins/paddings
* border-rounding only working in Geckos like Firefox 1 .. 2 ( -moz...),
* IE6 ( left pointer/marker working with links ),
* Opera 7 ~ 9.01 ( changing cursor "error.ico" on hover not supported )
* ( Opera 9.01 needs a Ctrl F5 or restart to show theme/fontsize changes ! )
*
* comments, suggestions, bugreports are welcome:
* http://sourceforge.net/users/windkiel/
*
*/
/* Theme information */
$theme_name = 'Grid';
$theme_version = 2;
$theme_full_version = '2.9';
?>