Skip to content

Commit

Permalink
(less) Merge branch 'master' of https://github.com/nuttertag/bootstrap
Browse files Browse the repository at this point in the history
…into nuttertag-master

Conflicts:
	dist/css/bootstrap.min.css
  • Loading branch information
mdo committed Sep 6, 2013
2 parents 4dd06b0 + 9fb5db8 commit f7f0de4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,18 @@
.glyphicon-chevron-right {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
display: inline-block;
}
.icon-prev,
.glyphicon-chevron-left {
left: 50%;
}
.icon-next,
.glyphicon-chevron-right {
right: 50%;
}
.icon-prev,
.icon-next {
width: 20px;
height: 20px;
Expand Down

0 comments on commit f7f0de4

Please sign in to comment.