]> git.scottworley.com Git - picsort/commitdiff
#namecontainer -> .inputcontainer
authorScott Worley <scottworley@scottworley.com>
Sat, 1 Mar 2014 06:02:20 +0000 (22:02 -0800)
committerScott Worley <scottworley@scottworley.com>
Sat, 1 Mar 2014 06:02:20 +0000 (22:02 -0800)
picsorter.css
picsorter.html

index 943bbd38f3aa0ef4e3e161c4f45b38308345c1de..dd898ce3cd8c1b358b42444d01eb40952978befa 100644 (file)
@@ -41,7 +41,7 @@
   background-color: rgba(200,200,200,0.5);
 }
 
-#namecontainer {
+.inputcontainer {
   position: fixed;
   width: 100%;
 }
index ef41f4f6bf8b00edb63fe88b5a5213b7d55c156f..d97b38058f837d0d51475ad3cc80bc8932652d5b 100644 (file)
@@ -8,7 +8,7 @@
   </head>
   <body>
     <div id="message" class="fade">Welcome to picsorter</div>
-    <div id="namecontainer"><input id="name" type="text"></input></div>
+    <div class="inputcontainer"><input id="name" type="text"></input></div>
     <img id="pic"></img>
   </body>
 </html>