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
30938c62
Commit
30938c62
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix .highlight spacing
parent
baad9d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/docs.scss
+3
-2
docs/assets/scss/docs.scss
with
3 additions
and
2 deletions
+3
-2
docs/assets/scss/docs.scss
+
3
-
2
View file @
30938c62
...
...
@@ -1288,12 +1288,13 @@ body {
.highlight
{
padding
:
1rem
;
margin
:
-
1rem
-1rem
1rem
;
margin
:
1rem
-1rem
;
background-color
:
#f7f7f9
;
@include
media-breakpoint-up
(
sm
)
{
padding
:
1
.5rem
;
margin
:
1rem
0
;
margin-right
:
0
;
margin-left
:
0
;
}
}
.highlight
pre
{
...
...
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