Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / themes / index.html
index bea6365..265b591 100644 (file)
@@ -56,6 +56,9 @@
                    line-height: 30px;
                    padding-left: 25px;
                }
+               body {
+                   padding-bottom:10px;
+               }
         </style>
     </head>
     <body>
@@ -65,6 +68,7 @@
                                <label for="styleswitcher_select">Choose Theme: </label>
                                <select name="styleswitcher_select" id="styleswitcher_select">
                                        <option value="index.html" selected="true">3.x Theme</option>
+                    <option value="index-gray.html">Gray Theme</option>
                                        <option value="index-access.html">Accessibility Theme</option>
                                </select>
                        </form>