diff options
| author | XhmikosR <[email protected]> | 2020-11-23 15:17:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-23 15:17:16 +0200 |
| commit | 3e823e0b752b51b277a3a2d563c6b987f7496cf9 (patch) | |
| tree | 24b73ff30fa930455a0c6430aaa2e78459d0d7b5 /dist/css/bootstrap.css | |
| parent | 21737ed530b7ac37fe1ce67026df373c04282ac8 (diff) | |
| download | bootstrap-3e823e0b752b51b277a3a2d563c6b987f7496cf9.tar.xz bootstrap-3e823e0b752b51b277a3a2d563c6b987f7496cf9.zip | |
Dist (#32216)
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d72007bf5..07031d583 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -129,7 +129,7 @@ p { } abbr[title], -abbr[data-original-title] { +abbr[data-bs-original-title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; @@ -589,10 +589,9 @@ progress { .container-lg, .container-md, .container-sm { - --bs-gutter-x: 1.5rem; width: 100%; - padding-right: calc(var(--bs-gutter-x) / 2); - padding-left: calc(var(--bs-gutter-x) / 2); + padding-right: var(--bs-gutter-x, 0.75rem); + padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; } |
