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
9726fded
Commit
9726fded
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Get on that carousel indicator lifestyle with some new hawtness
parent
5d776bcf
6 merge requests
!6821
Typeahead updater
,
!6666
Patch 1
,
!6610
Add outline for input[type="image"]
,
!6546
3.0.0 wip - fixed the issue in which the test pid isn't killed if a test fails
,
!6503
control markup changes added
,
!6345
Input classes addition
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/bootstrap.css
+25
-0
docs/assets/css/bootstrap.css
less/carousel.less
+25
-0
less/carousel.less
package.json
+2
-2
package.json
with
52 additions
and
2 deletions
+52
-2
docs/assets/css/bootstrap.css
+
25
-
0
View file @
9726fded
...
...
@@ -5968,6 +5968,31 @@ a.badge:hover {
filter
:
alpha
(
opacity
=
90
);
}
.carousel-indicators
{
position
:
absolute
;
top
:
15px
;
right
:
15px
;
z-index
:
5
;
margin
:
0
;
list-style
:
none
;
}
.carousel-indicators
li
{
display
:
block
;
float
:
left
;
width
:
10px
;
height
:
10px
;
margin-left
:
5px
;
text-indent
:
-999px
;
background-color
:
#ccc
;
background-color
:
rgba
(
255
,
255
,
255
,
0.25
);
border-radius
:
5px
;
}
.carousel-indicators
.active
{
background-color
:
#fff
;
}
.carousel-caption
{
position
:
absolute
;
right
:
0
;
...
...
This diff is collapsed.
Click to expand it.
less/carousel.less
+
25
-
0
View file @
9726fded
...
...
@@ -105,6 +105,31 @@
}
}
// Carousel indicator pips
// -----------------------------
.carousel-indicators {
position: absolute;
top: 15px;
right: 15px;
z-index: 5;
margin: 0;
list-style: none;
li {
display: block;
float: left;
width: 10px;
height: 10px;
margin-left: 5px;
text-indent: -999px;
background-color: #ccc;
background-color: rgba(255,255,255,.25);
border-radius: 5px;
}
.active {
background-color: #fff;
}
}
// Caption for text below images
// -----------------------------
...
...
This diff is collapsed.
Click to expand it.
package.json
+
2
-
2
View file @
9726fded
...
...
@@ -18,9 +18,9 @@
]
,
"devDependencies"
:
{
"
uglify-js
"
:
"
1.3.4
"
,
"
jshint
"
:
"
0.
6
.1
"
,
"
jshint
"
:
"
0.
9
.1
"
,
"
recess
"
:
"
1.0.3
"
,
"
connect
"
:
"
2.1.3
"
,
"
hogan.js
"
:
"
2.0.0
"
}
}
\ No newline at end of file
}
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