Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1fc0f256
Commit
1fc0f256
authored
7 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Remove whitespace in SVG includes.
parent
ed374d1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_includes/docs-navbar.html
+4
-4
_includes/docs-navbar.html
_includes/docs-sidebar.html
+1
-1
_includes/docs-sidebar.html
with
5 additions
and
5 deletions
+5
-5
_includes/docs-navbar.html
+
4
-
4
View file @
1fc0f256
<header
class=
"navbar navbar-expand navbar-dark flex-column flex-md-row bd-navbar"
>
<header
class=
"navbar navbar-expand navbar-dark flex-column flex-md-row bd-navbar"
>
<a
class=
"navbar-brand mr-0 mr-md-2"
href=
"{{ site.baseurl }}/"
aria-label=
"Bootstrap"
>
<a
class=
"navbar-brand mr-0 mr-md-2"
href=
"{{ site.baseurl }}/"
aria-label=
"Bootstrap"
>
{% include icons/bootstrap.svg width="36" height="36" class="d-block" %}
{%
-
include icons/bootstrap.svg width="36" height="36" class="d-block"
-
%}
</a>
</a>
<div
class=
"navbar-nav-scroll"
>
<div
class=
"navbar-nav-scroll"
>
...
@@ -44,17 +44,17 @@
...
@@ -44,17 +44,17 @@
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link p-2"
href=
"{{ site.repo }}"
target=
"_blank"
rel=
"noopener"
aria-label=
"GitHub"
>
<a
class=
"nav-link p-2"
href=
"{{ site.repo }}"
target=
"_blank"
rel=
"noopener"
aria-label=
"GitHub"
>
{% include icons/github.svg class="navbar-nav-svg" %}
{%
-
include icons/github.svg class="navbar-nav-svg"
-
%}
</a>
</a>
</li>
</li>
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link p-2"
href=
"https://twitter.com/{{ site.twitter }}"
target=
"_blank"
rel=
"noopener"
aria-label=
"Twitter"
>
<a
class=
"nav-link p-2"
href=
"https://twitter.com/{{ site.twitter }}"
target=
"_blank"
rel=
"noopener"
aria-label=
"Twitter"
>
{% include icons/twitter.svg class="navbar-nav-svg" %}
{%
-
include icons/twitter.svg class="navbar-nav-svg"
-
%}
</a>
</a>
</li>
</li>
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link p-2"
href=
"{{ site.slack }}"
target=
"_blank"
rel=
"noopener"
aria-label=
"Slack"
>
<a
class=
"nav-link p-2"
href=
"{{ site.slack }}"
target=
"_blank"
rel=
"noopener"
aria-label=
"Slack"
>
{% include icons/slack.svg class="navbar-nav-svg" %}
{%
-
include icons/slack.svg class="navbar-nav-svg"
-
%}
</a>
</a>
</li>
</li>
</ul>
</ul>
...
...
This diff is collapsed.
Click to expand it.
_includes/docs-sidebar.html
+
1
-
1
View file @
1fc0f256
<form
class=
"bd-search d-flex align-items-center"
>
<form
class=
"bd-search d-flex align-items-center"
>
<input
type=
"search"
class=
"form-control"
id=
"search-input"
placeholder=
"Search..."
aria-label=
"Search for..."
autocomplete=
"off"
>
<input
type=
"search"
class=
"form-control"
id=
"search-input"
placeholder=
"Search..."
aria-label=
"Search for..."
autocomplete=
"off"
>
<button
class=
"btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3"
type=
"button"
data-toggle=
"collapse"
data-target=
"#bd-docs-nav"
aria-controls=
"bd-docs-nav"
aria-expanded=
"false"
aria-label=
"Toggle docs navigation"
>
<button
class=
"btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3"
type=
"button"
data-toggle=
"collapse"
data-target=
"#bd-docs-nav"
aria-controls=
"bd-docs-nav"
aria-expanded=
"false"
aria-label=
"Toggle docs navigation"
>
{% include icons/menu.svg width="30" height="30" %}
{%
-
include icons/menu.svg width="30" height="30"
-
%}
</button>
</button>
</form>
</form>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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