1
0
mirror of https://github.com/Llewellynvdm/front-end-frameworks.git synced 2024-06-08 15:32:22 +00:00

cleaning up

This commit is contained in:
Joah Gerstenberg 2013-12-14 10:01:19 -06:00
parent aed6172b88
commit 216c2a69ac

View File

@ -141,12 +141,11 @@ section p:last-child {
top: 50%; top: 50%;
margin-top: -7px; margin-top: -7px;
} }
/* Search */
#noSearch { #noSearch {
display: none; display: none;
text-align: center; text-align: center;
} }
#search { #search {
width: 100%; width: 100%;
margin-top: 20px; margin-top: 20px;
@ -154,12 +153,10 @@ section p:last-child {
line-height: 25px; line-height: 25px;
font-family: 'Droid Sans'; font-family: 'Droid Sans';
} }
#search:focus { #search:focus {
outline: auto 5px #900; outline: auto 5px #900;
outline-offset: -2px; outline-offset: -2px;
} }
/* Table */ /* We should use nav and ul li for collapsing details */ /* Table */ /* We should use nav and ul li for collapsing details */
nav { nav {
width: 980px; width: 980px;