Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
bae289d1
Commit
bae289d1
authored
May 03, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docs
Fixed navbar radius of example at docs
parents
348e7a01
485b7d09
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
15 deletions
+9
-15
dist/css/bootstrap-rtl.css
dist/css/bootstrap-rtl.css
+4
-4
dist/css/bootstrap.css
dist/css/bootstrap.css
+4
-4
docs/assets/css/_src/docs.css
docs/assets/css/_src/docs.css
+0
-6
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1
-1
No files found.
dist/css/bootstrap-rtl.css
View file @
bae289d1
...
...
@@ -6565,10 +6565,10 @@ button.close {
-webkit-transition
:
-webkit-transform
.3s
ease-out
;
-o-transition
:
-o-transform
.3s
ease-out
;
transition
:
transform
.3s
ease-out
;
-webkit-transform
:
translate
(
0
,
-25%
);
-ms-transform
:
translate
(
0
,
-25%
);
-o-transform
:
translate
(
0
,
-25%
);
transform
:
translate
(
0
,
-25%
);
-webkit-transform
:
translate
(
0
,
-25%
);
-ms-transform
:
translate
(
0
,
-25%
);
-o-transform
:
translate
(
0
,
-25%
);
transform
:
translate
(
0
,
-25%
);
}
.modal.in
.modal-dialog
{
...
...
dist/css/bootstrap.css
View file @
bae289d1
...
...
@@ -5299,10 +5299,10 @@ button.close {
-webkit-transition
:
-webkit-transform
.3s
ease-out
;
-o-transition
:
-o-transform
.3s
ease-out
;
transition
:
transform
.3s
ease-out
;
-webkit-transform
:
translate
(
0
,
-25%
);
-ms-transform
:
translate
(
0
,
-25%
);
-o-transform
:
translate
(
0
,
-25%
);
transform
:
translate
(
0
,
-25%
);
-webkit-transform
:
translate
(
0
,
-25%
);
-ms-transform
:
translate
(
0
,
-25%
);
-o-transform
:
translate
(
0
,
-25%
);
transform
:
translate
(
0
,
-25%
);
}
.modal.in
.modal-dialog
{
-webkit-transform
:
translate
(
0
,
0
);
...
...
docs/assets/css/_src/docs.css
View file @
bae289d1
...
...
@@ -1019,12 +1019,6 @@ h1[id] {
.bs-navbar-bottom-example
.navbar-fixed-bottom
{
position
:
absolute
;
}
.bs-navbar-top-example
{
border-radius
:
0
0
4px
4px
;
}
.bs-navbar-bottom-example
{
border-radius
:
4px
4px
0
0
;
}
}
/* Pagination */
...
...
docs/assets/css/docs.min.css
View file @
bae289d1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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