Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d07e8fec
Commit
d07e8fec
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
grunt
parent
4bd6a525
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/css/bootstrap.css
+3
-3
dist/css/bootstrap.css
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
docs/assets/js/customize.min.js
+9
-9
docs/assets/js/customize.min.js
docs/assets/js/docs.min.js
+1
-1
docs/assets/js/docs.min.js
with
14 additions
and
14 deletions
+14
-14
dist/css/bootstrap.css
+
3
-
3
View file @
d07e8fec
...
@@ -5060,9 +5060,9 @@ button.close {
...
@@ -5060,9 +5060,9 @@ button.close {
-moz-transition
:
-moz-transform
.3s
ease-out
;
-moz-transition
:
-moz-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%
);
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
);
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
d07e8fec
This diff is collapsed.
Click to expand it.
docs/assets/js/customize.min.js
+
9
-
9
View file @
d07e8fec
This diff is collapsed.
Click to expand it.
docs/assets/js/docs.min.js
+
1
-
1
View file @
d07e8fec
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment