Add some CSS
authorRobert Sesek <rsesek@google.com>
Sat, 9 Jun 2012 20:58:27 +0000 (16:58 -0400)
committerRobert Sesek <rsesek@google.com>
Sat, 9 Jun 2012 20:58:27 +0000 (16:58 -0400)
core.css [new file with mode: 0644]
core.html

diff --git a/core.css b/core.css
new file mode 100644 (file)
index 0000000..82d389e
--- /dev/null
+++ b/core.css
@@ -0,0 +1,55 @@
+/* Copyright (c) 2012 Robert Sesek <http://robert.sesek.com>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ */
+
+* {
+  padding: 0;
+  margin: 0;
+}
+
+body {
+  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
+  font-size: 1em;
+}
+
+ol {
+  list-style-type: none;
+}
+
+li {
+  margin: .3em;
+}
+
+li label {
+  width: 12em;
+  text-align: right;
+  display: inline-block;
+}
+
+li input {
+  padding: .2em;
+  width: 15em;
+  font-size: .8em;
+}
+
+button {
+  font-size: 1em;
+  padding: .3em;
+}
index a8f07b65ee3092b0d331523fae56d28d91f34bf1..91cbd9b3a5ede9718588bec813ca4b2bef7d60cc 100644 (file)
--- a/core.html
+++ b/core.html
@@ -11,6 +11,7 @@
         // TODO: load the hosted JS
       }
     </script>
+    <link rel="stylesheet" href="core.css" />
   </head>
   <body>
     <form autocomplete="off">
@@ -30,6 +31,8 @@
           <input type="text" id="username" />
         </li>
 
+        <hr/>
+
         <li>
           <label for="password">Computed Password</label>
           <input type="text" id="password" />