diff options
Diffstat (limited to 'options.html')
-rw-r--r-- | options.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/options.html b/options.html index 52f7b3e..5f7058d 100644 --- a/options.html +++ b/options.html @@ -9,12 +9,15 @@ <script type="text/javascript" src="options.js"></script> </head> <body> - <select id="timeformat"> - <option value="12">12-hour</option> - <option value="24">24-hour</option> - </select> - <br /> + <p> + <select id="timeformat"> + <option value="12">12-hour</option> + <option value="24">24-hour</option> + </select> + </p> <p id="status"></p> - <button id="save">Save</button> + <p> + <button id="save">Save</button> + </p> </body> </html> |