8000 Scrach that: carousel caption is always left aligned, but still hidde… · rusongyu/bootstrap@6dce3f6 · GitHub
[go: up one dir, main page]

Skip to conte 8000 nt

Commit 6dce3f6

Browse files
committed
Scrach that: carousel caption is always left aligned, but still hidden for mobile views
1 parent 6d04847 commit 6dce3f6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/assets/css/bootstrap.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4594,7 +4594,6 @@ a.counter:focus {
45944594
padding-top: 20px;
45954595
padding-bottom: 20px;
45964596
color: #fff;
4597-
text-align: center;
45984597
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
45994598
}
46004599

@@ -4615,7 +4614,6 @@ a.counter:focus {
46154614
padding: 30px;
46164615
margin-right: 0;
46174616
margin-left: 0;
4618-
text-align: left;
46194617
}
46204618
}
46214619

less/carousel.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
padding-top: 20px;
163163
padding-bottom: 20px;
164164
color: #fff;
165-
text-align: center;
166165
text-shadow: 0 1px 2px rgba(0,0,0,.6);
167166
}
168167

@@ -189,6 +188,5 @@
189188
padding: 30px;
190189
margin-left: 0;
191190
margin-right: 0;
192-
text-align: left;
193191
}
194192
}

0 commit comments

Comments
 (0)
0