Commit 4c7e4e44 authored by Mark Otto's avatar Mark Otto

grunt

parent a3eecaad
......@@ -3867,7 +3867,16 @@ input[type="button"].btn-block {
.navbar-nav .nav-link {
display: block;
padding: .425rem .5rem;
padding-top: .425rem;
padding-bottom: .425rem;
}
.navbar-nav .nav-link + .nav-link {
margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
margin-left: 1rem;
}
.navbar-light .navbar-brand {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
......@@ -3867,7 +3867,16 @@ input[type="button"].btn-block {
.navbar-nav .nav-link {
display: block;
padding: .425rem .5rem;
padding-top: .425rem;
padding-bottom: .425rem;
}
.navbar-nav .nav-link + .nav-link {
margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
margin-left: 1rem;
}
.navbar-light .navbar-brand {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment