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
86efc140
Commit
86efc140
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
add comments to gloss Unicode codepoint hex
parent
b372661a
4 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8517
add comments to gloss Unicode codepoint hex
,
!8656
Added rel="stylesheet" to CDN-Examples
,
!8527
Inner properties move 1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/carousel.less
+2
-2
less/carousel.less
less/type.less
+2
-2
less/type.less
with
4 additions
and
4 deletions
+4
-4
less/carousel.less
+
2
-
2
View file @
86efc140
...
@@ -115,12 +115,12 @@
...
@@ -115,12 +115,12 @@
// Non-glyphicon toggles
// Non-glyphicon toggles
.icon-prev {
.icon-prev {
&:before {
&:before {
content: '\2039';
content: '\2039';
// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
}
}
}
}
.icon-next {
.icon-next {
&:before {
&:before {
content: '\203a';
content: '\203a';
// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
2
-
2
View file @
86efc140
...
@@ -192,7 +192,7 @@ blockquote {
...
@@ -192,7 +192,7 @@ blockquote {
line-height: @line-height-base;
line-height: @line-height-base;
color: @gray-light;
color: @gray-light;
&:before {
&:before {
content: '\2014 \00A0';
content: '\2014 \00A0';
// EM DASH, NBSP
}
}
}
}
...
@@ -212,7 +212,7 @@ blockquote {
...
@@ -212,7 +212,7 @@ blockquote {
content: '';
content: '';
}
}
&:after {
&:after {
content: '\00A0 \2014';
content: '\00A0 \2014';
// NBSP, EM DASH
}
}
}
}
}
}
...
...
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