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
294fcdde
Unverified
Commit
294fcdde
authored
5 years ago
by
XhmikosR
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
docs css: minor cleanup (#29266)
parent
8e26010d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
site/static/docs/4.3/assets/scss/_callouts.scss
+0
-1
site/static/docs/4.3/assets/scss/_callouts.scss
site/static/docs/4.3/assets/scss/_masthead.scss
+0
-6
site/static/docs/4.3/assets/scss/_masthead.scss
site/static/docs/4.3/assets/scss/_navbar.scss
+0
-3
site/static/docs/4.3/assets/scss/_navbar.scss
with
0 additions
and
10 deletions
+0
-10
site/static/docs/4.3/assets/scss/_callouts.scss
+
0
-
1
View file @
294fcdde
...
...
@@ -11,7 +11,6 @@
@include
border-radius
();
h4
{
margin-top
:
0
;
margin-bottom
:
.25rem
;
}
...
...
This diff is collapsed.
Click to expand it.
site/static/docs/4.3/assets/scss/_masthead.scss
+
0
-
6
View file @
294fcdde
...
...
@@ -50,7 +50,6 @@
height
:
6rem
;
padding
:
1
.5rem
;
color
:
#fff
;
text-shadow
:
0
-.125rem
0
rgba
(
0
,
0
,
0
,
.1
);
@include
border-radius
(
25%
);
box-shadow
:
0
.25rem
.5rem
rgba
(
0
,
0
,
0
,
.15
)
,
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
);
...
...
@@ -78,9 +77,4 @@
.masthead-followup
{
.bd-clipboard
{
display
:
none
;
}
.highlight
{
// padding: .5rem 0;
// background-color: transparent;
}
}
This diff is collapsed.
Click to expand it.
site/static/docs/4.3/assets/scss/_navbar.scss
+
0
-
3
View file @
294fcdde
...
...
@@ -20,15 +20,12 @@
.navbar-nav
{
.nav-link
{
padding-right
:
.5rem
;
padding-left
:
.5rem
;
color
:
rgba
(
$white
,
.85
);
&
.active
,
&
:hover
,
&
:focus
{
color
:
$white
;
background-color
:
transparent
;
}
&
.active
{
...
...
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