diff options
| author | Mark Otto <[email protected]> | 2013-07-01 18:16:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-01 18:16:59 -0700 |
| commit | c9df1db50221fe033a0b7bc216fa2de5b6eea17a (patch) | |
| tree | c5b0282ea4bca2516a29c4cceafb54e739ea4ced /docs | |
| parent | 7ad9fbef8bd79b7febaaadbd521ea7f60dd2b254 (diff) | |
| download | bootstrap-c9df1db50221fe033a0b7bc216fa2de5b6eea17a.tar.xz bootstrap-c9df1db50221fe033a0b7bc216fa2de5b6eea17a.zip | |
fixes #7367: slightly larger carousel indicators
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1ec4304d6..f09e4789c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4414,24 +4414,26 @@ a.list-group-item.active > .badge, z-index: 15; width: 100px; padding-left: 0; - margin: 0 0 0 -50px; + margin-left: -50px; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; - width: 8px; - height: 8px; - margin-right: 0; - margin-left: 0; + width: 10px; + height: 10px; + margin: 1px; text-indent: -999px; cursor: pointer; border: 1px solid #fff; - border-radius: 5px; + border-radius: 10px; } .carousel-indicators .active { + width: 12px; + height: 12px; + margin: 0; background-color: #fff; } |
