From 216c2a69acefe710af136f28cd424559d69e0035 Mon Sep 17 00:00:00 2001 From: Joah Gerstenberg Date: Sat, 14 Dec 2013 10:01:19 -0600 Subject: [PATCH] cleaning up --- css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 569599e..7a5afec 100644 --- a/css/style.css +++ b/css/style.css @@ -141,12 +141,11 @@ section p:last-child { top: 50%; margin-top: -7px; } - +/* Search */ #noSearch { display: none; text-align: center; } - #search { width: 100%; margin-top: 20px; @@ -154,12 +153,10 @@ section p:last-child { line-height: 25px; font-family: 'Droid Sans'; } - #search:focus { outline: auto 5px #900; outline-offset: -2px; } - /* Table */ /* We should use nav and ul li for collapsing details */ nav { width: 980px;