From 5498080c4722fdaf4d4e815264cc6bbfa36d7454 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Fri, 28 Feb 2014 22:02:20 -0800 Subject: [PATCH] #namecontainer -> .inputcontainer --- picsorter.css | 2 +- picsorter.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/picsorter.css b/picsorter.css index 943bbd3..dd898ce 100644 --- a/picsorter.css +++ b/picsorter.css @@ -41,7 +41,7 @@ background-color: rgba(200,200,200,0.5); } -#namecontainer { +.inputcontainer { position: fixed; width: 100%; } diff --git a/picsorter.html b/picsorter.html index ef41f4f..d97b380 100644 --- a/picsorter.html +++ b/picsorter.html @@ -8,7 +8,7 @@
Welcome to picsorter
-
+
-- 2.44.1