Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
52cf0fe6
Commit
52cf0fe6
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-light
parent
6c595d2c
7 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23178
Spinner
,
!22836
v4: Colors redux
,
!17021
v4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/4.0/examples/album/index.html
+1
-1
docs/4.0/examples/album/index.html
docs/4.0/examples/dashboard/index.html
+1
-1
docs/4.0/examples/dashboard/index.html
js/tests/visual/modal.html
+1
-1
js/tests/visual/modal.html
with
3 additions
and
3 deletions
+3
-3
docs/4.0/examples/album/index.html
+
1
-
1
View file @
52cf0fe6
...
...
@@ -18,7 +18,7 @@
<body>
<div
class=
"collapse bg-
inverse
"
id=
"navbarHeader"
>
<div
class=
"collapse bg-
dark
"
id=
"navbarHeader"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-sm-8 py-4"
>
...
...
This diff is collapsed.
Click to expand it.
docs/4.0/examples/dashboard/index.html
+
1
-
1
View file @
52cf0fe6
...
...
@@ -47,7 +47,7 @@
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<nav
class=
"col-sm-3 col-md-2 d-none d-sm-block bg-
faded
sidebar"
>
<nav
class=
"col-sm-3 col-md-2 d-none d-sm-block bg-
light
sidebar"
>
<ul
class=
"nav nav-pills flex-column"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link active"
href=
"#"
>
Overview
<span
class=
"sr-only"
>
(current)
</span></a>
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/modal.html
+
1
-
1
View file @
52cf0fe6
...
...
@@ -164,7 +164,7 @@
<br><br>
<div
class=
"bg-
inverse
text-white p-2"
id=
"tall"
style=
"display: none;"
>
<div
class=
"bg-
dark
text-white p-2"
id=
"tall"
style=
"display: none;"
>
Tall body content to force the page to have a scrollbar.
</div>
</div>
...
...
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
Menu
Explore
Projects
Groups
Snippets