Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
1554b7cd
Commit
1554b7cd
authored
Apr 06, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13242 from killthekitten/fix-carousel-controls
Fix carousel-control margin asymmetry
parents
818a50e2
dffbf8ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
less/carousel.less
less/carousel.less
+11
-2
No files found.
less/carousel.less
View file @
1554b7cd
...
@@ -110,20 +110,22 @@
...
@@ -110,20 +110,22 @@
.icon-prev,
.icon-prev,
.glyphicon-chevron-left {
.glyphicon-chevron-left {
left: 50%;
left: 50%;
margin-left: -10px;
}
}
.icon-next,
.icon-next,
.glyphicon-chevron-right {
.glyphicon-chevron-right {
right: 50%;
right: 50%;
margin-right: -10px;
}
}
.icon-prev,
.icon-prev,
.icon-next {
.icon-next {
width: 20px;
width: 20px;
height: 20px;
height: 20px;
margin-top: -10px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
font-family: serif;
}
}
.icon-prev {
.icon-prev {
&:before {
&:before {
content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
...
@@ -213,9 +215,16 @@
...
@@ -213,9 +215,16 @@
width: 30px;
width: 30px;
height: 30px;
height: 30px;
margin-top: -15px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
font-size: 30px;
}
}
.glyphicon-chevron-left,
.icon-prev {
margin-left: -15px;
}
.glyphicon-chevron-right,
.icon-next {
margin-right: -15px;
}
}
}
// Show and left align the captions
// Show and left align the captions
...
...
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