Remove unused search box
This commit is contained in:
@@ -60,12 +60,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -71,8 +71,6 @@
|
|||||||
</a>.
|
</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span class="icon-paperplane" aria-hidden="true"></span>
|
|
||||||
|
|
||||||
<h3>Parking:</h3>
|
<h3>Parking:</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -54,12 +54,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -75,12 +75,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -227,12 +227,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -56,12 +56,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -58,12 +58,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -62,12 +62,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
-22
@@ -134,28 +134,6 @@ main h1 {
|
|||||||
height: 300px;
|
height: 300px;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.search {
|
|
||||||
display: flex;
|
|
||||||
border: 2px solid var(--ink);
|
|
||||||
border-radius: 5px;
|
|
||||||
overflow: hidden;
|
|
||||||
height: 60px;
|
|
||||||
}
|
|
||||||
.search input {
|
|
||||||
min-width: 0;
|
|
||||||
flex: 1;
|
|
||||||
border: 0;
|
|
||||||
padding: 15px;
|
|
||||||
background: #fff8;
|
|
||||||
font: 16px Lato;
|
|
||||||
}
|
|
||||||
.search button {
|
|
||||||
width: 82px;
|
|
||||||
border: 0;
|
|
||||||
border-left: 2px solid var(--ink);
|
|
||||||
font-size: 26px;
|
|
||||||
background: #eee;
|
|
||||||
}
|
|
||||||
.home-intro {
|
.home-intro {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -109,12 +109,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -58,12 +58,6 @@
|
|||||||
title="Map to Protospace"
|
title="Map to Protospace"
|
||||||
></iframe>
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<form class="search">
|
|
||||||
<input placeholder="Search…" aria-label="Search" />
|
|
||||||
<button type="button">⌕</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user