Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
a19ff2f5
Commit
a19ff2f5
authored
11 years ago
by
Hannu Hartikainen
Browse files
Options
Download
Email Patches
Plain Diff
Parameterize @breadcrumb-separator
parent
73f10843
1 merge request
!10245
Parameterize @breadcrumb-separator
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/breadcrumbs.less
+1
-1
less/breadcrumbs.less
less/variables.less
+1
-0
less/variables.less
with
2 additions
and
1 deletion
+2
-1
less/breadcrumbs.less
+
1
-
1
View file @
a19ff2f5
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
> li {
> li {
display: inline-block;
display: inline-block;
&+li:before {
&+li:before {
content: "
/
\00a0"; // Unicode space added since inline-block means non-collapsing white-space
content: "
@{breadcrumb-separator}
\00a0"; // Unicode space added since inline-block means non-collapsing white-space
padding: 0 5px;
padding: 0 5px;
color: @breadcrumb-color;
color: @breadcrumb-color;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
0
View file @
a19ff2f5
...
@@ -561,6 +561,7 @@
...
@@ -561,6 +561,7 @@
@breadcrumb-bg: #f5f5f5;
@breadcrumb-bg: #f5f5f5;
@breadcrumb-color: #ccc;
@breadcrumb-color: #ccc;
@breadcrumb-active-color: @gray-light;
@breadcrumb-active-color: @gray-light;
@breadcrumb-separator: "/";
// Carousel
// Carousel
...
...
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
Menu
Explore
Projects
Groups
Snippets