Files
phpmyadmin/grid/info.inc.php
Marc Delisle e20011e436 2.11b
2007-10-17 12:02:43 +00:00

32 lines
1.0 KiB
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* info.inc.php 2007-10-09 windkiel */
/**
* 2007-10-12: minor changes th{}, a:hover{'underline'}, 'none' else
* 2007-10-10: pma 3.0 main frame: new success.png
* bugfixes, non Gecko tab appearance, mult_submit hover=pointer and BGC=white
* 2007-08-01: navidbpageselector, recoding, bugfixes ...
* 2007-10-09 "Grid" working with version 2.8 .. 3+
* main differences to theme "original" 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/
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Grid
*/
/* Theme information */
$theme_name = 'Grid';
$theme_version = 2;
$theme_full_version = '2.9';
?>