1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Remove redundant brackets (#27768)

This commit is contained in:
Martijn Cuppens
2018-12-14 17:54:44 +01:00
committed by GitHub
parent 1dc42a3373
commit 502b6c8ed6
11 changed files with 31 additions and 31 deletions

View File

@@ -187,9 +187,9 @@
.carousel-caption {
position: absolute;
right: ((100% - $carousel-caption-width) / 2);
right: (100% - $carousel-caption-width) / 2;
bottom: 20px;
left: ((100% - $carousel-caption-width) / 2);
left: (100% - $carousel-caption-width) / 2;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;