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
27d92f45
Commit
27d92f45
authored
11 years ago
by
Max F. Albrecht
Browse files
Options
Download
Email Patches
Plain Diff
code.less: also set default monospace font for `<kbd>` and `<samp>`
parent
e143c354
1 merge request
!9989
code.less: also set default monospace font for `<kbd>` and `<samp>`
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/code.less
+3
-1
less/code.less
with
3 additions
and
1 deletion
+3
-1
less/code.less
+
3
-
1
View file @
27d92f45
...
@@ -5,7 +5,9 @@
...
@@ -5,7 +5,9 @@
// Inline and block code styles
// Inline and block code styles
code,
code,
pre {
kdb,
pre,
samp {
font-family: @font-family-monospace;
font-family: @font-family-monospace;
}
}
...
...
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