line-height: 30px;
padding-left: 25px;
}
+ body {
+ padding-bottom:10px;
+ }
</style>
</head>
<body>
<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>