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
67aa00d0
Commit
67aa00d0
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
make pre font-size a percentage of @baseFontSize
parent
aef230d4
1 merge request
!1952
Tabulation navigation with Typeahead
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/code.less
+1
-1
less/code.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
67aa00d0
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
1
View file @
67aa00d0
...
...
@@ -525,7 +525,7 @@ pre {
display
:
block
;
padding
:
8.5px
;
margin
:
0
0
9px
;
font-size
:
12px
;
font-size
:
12
.025
px
;
line-height
:
18px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
...
...
This diff is collapsed.
Click to expand it.
less/code.less
+
1
-
1
View file @
67aa00d0
...
...
@@ -25,7 +25,7 @@ pre {
display: block;
padding: (@baseLineHeight - 1) / 2;
margin: 0 0 @baseLineHeight / 2;
font-size: 12px
;
font-size:
@baseFontSize * .925; // 13px to
12px
line-height: @baseLineHeight;
background-color: #f5f5f5;
border: 1px solid #ccc; // fallback for IE7-8
...
...
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