further cleanup, update readme
[newtab.git] / options.html
index fcd6b5d7a1336df8a292dcfdfc08838b2076383f..1cbdbf3e0efcdf44f445749a1329bb0fc2458c3e 100644 (file)
@@ -2,13 +2,29 @@
 <html>
 
   <head>
+
     <title>newtab</title>
     <script src="options.js"></script>
-    <link rel="stylesheet" href="options.css">
-  </head>
+    <style>
+      body {
+        padding-left: 65px;
+        padding-right: 65px;
+      }
+
+      button {
+        float: right;
+        width: 65px;
+      }
 
+      table {
+        text-align: right;
+      }
+    </style>
+
+  </head>
 
   <body>
+
     <table>
       <tr>
         <td>Background</td><td><input type="text" id="bg"></td>
@@ -22,7 +38,9 @@
     </table>
 
     <button id="save">Save</button>
+
     <p>Made by<br /><a href="https://git.lorimer.id.au/newtab.git">Andrew Lorimer</a></p>
-    <script src="options.js"></script>
+
   </body>
+
 </html>