forked from ietf-tools/www
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthew Holloway
committed
Oct 29, 2020
1 parent
d4e3b1d
commit 9685eef
Showing
5 changed files
with
26 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,14 @@ | |
> | ||
<label for="search" class="sr-only">Search</label> | ||
<input | ||
id="search" | ||
type="search" | ||
class="form-control" | ||
placeholder="Search" | ||
aria-label="Search" | ||
id="search" | ||
placeholder="Search" | ||
name="query" | ||
required | ||
/> | ||
<button type="submit" class="btn btn-primary">Go</button> | ||
<button type="submit" class="btn btn-primary" aria-label="Submit website search">Go</button> | ||
</form> | ||
</div> | ||
</div> | ||
|
@@ -41,6 +40,7 @@ | |
aria-label="Toggle navigation" | ||
> | ||
<span class="navbar-toggler-icon text-light"></span> | ||
<span class="sr-only">Supported content</span> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
holloway
|
||
</button> | ||
<!-- Mobile search --> | ||
<button | ||
|
@@ -116,7 +116,7 @@ | |
</li> | ||
<li class="nav-item d-none d-lg-inline-block"> | ||
<a | ||
href="#search" | ||
href="/search" | ||
class="btn btn-dark text-white nav-link" | ||
role="button" | ||
data-toggle="collapse" | ||
|
@holloway Why does it say "Supported content" ?