mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Scrach that: carousel caption is always left aligned, but still hidden for mobile views
This commit is contained in:
parent
6d048471c4
commit
6dce3f63d8
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -4594,7 +4594,6 @@ a.counter:focus {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
@ -4615,7 +4614,6 @@ a.counter:focus {
|
||||
padding: 30px;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -162,7 +162,6 @@
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
||||
}
|
||||
|
||||
@ -189,6 +188,5 @@
|
||||
padding: 30px;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user