Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
WebDev
epic-journey-display
Commits
bc51c745
Commit
bc51c745
authored
Mar 05, 2020
by
Porter Libby
Browse files
fix border on search btn
parent
1d16ff58
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
bc51c745
...
...
@@ -82,7 +82,7 @@
</ul>
<form
id=
'search-bar'
class=
"form-inline"
>
<input
class=
"form-control mr-sm-2"
type=
"search"
placeholder=
"Search"
aria-label=
"Search"
>
<button
class=
"btn btn-outline-light my-2 my-sm-0"
type=
"submit"
>
Search
</button>
<button
style=
'border:none'
class=
"btn btn-outline-light my-2 my-sm-0"
type=
"submit"
>
Search
</button>
</form>
</div>
</nav>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment