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
755fdacd
Commit
755fdacd
authored
6 years ago
by
nickg
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Replace reboot monospace hack with system font stack
parent
3d0d5f12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_code.scss
+0
-8
scss/_code.scss
scss/_reboot.scss
+1
-3
scss/_reboot.scss
with
1 addition
and
11 deletions
+1
-11
scss/_code.scss
+
0
-
8
View file @
755fdacd
// Inline and block code styles
code
,
kbd
,
pre
,
samp
{
font-family
:
$font-family-monospace
;
}
// Inline code
// Inline code
code
{
code
{
font-size
:
$code-font-size
;
font-size
:
$code-font-size
;
...
...
This diff is collapsed.
Click to expand it.
scss/_reboot.scss
+
1
-
3
View file @
755fdacd
...
@@ -232,15 +232,13 @@ a:not([href]):not([tabindex]) {
...
@@ -232,15 +232,13 @@ a:not([href]):not([tabindex]) {
// Code
// Code
//
//
// stylelint-disable font-family-no-duplicate-names
pre
,
pre
,
code
,
code
,
kbd
,
kbd
,
samp
{
samp
{
font-family
:
monospace
,
monospace
;
// Correct the inheritance and scaling of font size in all browsers.
font-family
:
$font-family-monospace
;
font-size
:
1em
;
// Correct the odd `em` font sizing in all browsers.
font-size
:
1em
;
// Correct the odd `em` font sizing in all browsers.
}
}
// stylelint-enable font-family-no-duplicate-names
pre
{
pre
{
// Remove browser default top margin
// Remove browser default top margin
...
...
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