2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #8872: widen the carousel indicators to prevent wrapping

This commit is contained in:
Mark Otto
2013-08-05 11:59:32 -07:00
parent a82ca0f9e1
commit bac9e80a46
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -4441,9 +4441,9 @@ a.list-group-item.active > .badge,
bottom: 10px;
left: 50%;
z-index: 15;
width: 120px;
width: 60%;
padding-left: 0;
margin-left: -60px;
margin-left: -30%;
text-align: center;
list-style: none;
}
+1 -1
View File
File diff suppressed because one or more lines are too long