Increase versions
[phpmyadmin-themes.git] / grid / info.inc.php
blob0a3c6ec574012952fb92093bccf29e4b517215e9
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /* info.inc.php 08080815 windkiel */
5 /**
6 * 2008-08-08: (pma3.0.0alpha) main page changed
7 * 2008-01-17: (pma3) html font-size moved from phpmyadmin.css.php
8 * 2007-10-12: minor changes th{}, a:hover{'underline'}, 'none' else
9 * 2007-10-10: pma 3.0 main frame: new success.png
10 * bugfixes, non Gecko tab appearance, mult_submit hover=pointer and BGC=white
11 * 2007-08-01: navidbpageselector, recoding, bugfixes ...
12 * 2007-10-09 "Grid" working with version 2.8 .. 3+
13 * main differences to theme "original" in:
15 * smaller table margins/paddings
16 * border-rounding only working in Geckos like Firefox 1 .. 2 ( -moz...),
17 * IE6 ( left pointer/marker working with links ),
18 * Opera 7 ~ 9.01 ( changing cursor "error.ico" on hover not supported )
19 * ( Opera 9.01 needs a Ctrl F5 or restart to show theme/fontsize changes ! )
21 * comments, suggestions, bugreports are welcome:
22 * http://sourceforge.net/users/windkiel/
24 * @version $Id$
25 * @package phpMyAdmin-theme
26 * @subpackage Grid
30 /* Theme information */
31 $theme_name = 'Grid';
32 $theme_version = 2;
33 $theme_full_version = '2.9';