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
10ff5f16
Commit
10ff5f16
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix #2968 manually: add consolas to monospace font stack
parent
4953629c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/variables.less
+1
-1
less/variables.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
10ff5f16
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
1
View file @
10ff5f16
...
@@ -543,7 +543,7 @@ cite {
...
@@ -543,7 +543,7 @@ cite {
code
,
code
,
pre
{
pre
{
padding
:
0
3px
2px
;
padding
:
0
3px
2px
;
font-family
:
Menlo
,
Monaco
,
"Courier New"
,
monospace
;
font-family
:
Menlo
,
Monaco
,
Consolas
,
"Courier New"
,
monospace
;
font-size
:
12px
;
font-size
:
12px
;
color
:
#333333
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
10ff5f16
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
// -------------------------
// -------------------------
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Menlo, Monaco, "Courier New", monospace;
@monoFontFamily: Menlo, Monaco,
Consolas,
"Courier New", monospace;
@baseFontSize: 13px;
@baseFontSize: 13px;
@baseFontFamily: @sansFontFamily;
@baseFontFamily: @sansFontFamily;
...
...
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