mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Fixed navbar radius of example at docs
This commit is contained in:
parent
e0d1e406d3
commit
485b7d0940
8
dist/css/bootstrap-rtl.css
vendored
8
dist/css/bootstrap-rtl.css
vendored
@ -6561,10 +6561,10 @@ button.close {
|
|||||||
-webkit-transition: -webkit-transform .3s ease-out;
|
-webkit-transition: -webkit-transform .3s ease-out;
|
||||||
-o-transition: -o-transform .3s ease-out;
|
-o-transition: -o-transform .3s ease-out;
|
||||||
transition: transform .3s ease-out;
|
transition: transform .3s ease-out;
|
||||||
-webkit-transform: translate(0, -25%);
|
-webkit-transform: translate(0, -25%);
|
||||||
-ms-transform: translate(0, -25%);
|
-ms-transform: translate(0, -25%);
|
||||||
-o-transform: translate(0, -25%);
|
-o-transform: translate(0, -25%);
|
||||||
transform: translate(0, -25%);
|
transform: translate(0, -25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.in .modal-dialog {
|
.modal.in .modal-dialog {
|
||||||
|
8
dist/css/bootstrap.css
vendored
8
dist/css/bootstrap.css
vendored
@ -5296,10 +5296,10 @@ button.close {
|
|||||||
-webkit-transition: -webkit-transform .3s ease-out;
|
-webkit-transition: -webkit-transform .3s ease-out;
|
||||||
-o-transition: -o-transform .3s ease-out;
|
-o-transition: -o-transform .3s ease-out;
|
||||||
transition: transform .3s ease-out;
|
transition: transform .3s ease-out;
|
||||||
-webkit-transform: translate(0, -25%);
|
-webkit-transform: translate(0, -25%);
|
||||||
-ms-transform: translate(0, -25%);
|
-ms-transform: translate(0, -25%);
|
||||||
-o-transform: translate(0, -25%);
|
-o-transform: translate(0, -25%);
|
||||||
transform: translate(0, -25%);
|
transform: translate(0, -25%);
|
||||||
}
|
}
|
||||||
.modal.in .modal-dialog {
|
.modal.in .modal-dialog {
|
||||||
-webkit-transform: translate(0, 0);
|
-webkit-transform: translate(0, 0);
|
||||||
|
@ -1019,12 +1019,6 @@ h1[id] {
|
|||||||
.bs-navbar-bottom-example .navbar-fixed-bottom {
|
.bs-navbar-bottom-example .navbar-fixed-bottom {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
.bs-navbar-top-example {
|
|
||||||
border-radius: 0 0 4px 4px;
|
|
||||||
}
|
|
||||||
.bs-navbar-bottom-example {
|
|
||||||
border-radius: 4px 4px 0 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
|
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user