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
a7029edc
Commit
a7029edc
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Restyle the blockquote to not thin text or change line-height
parent
fd62247b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+0
-2
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/type.less
+0
-2
less/type.less
with
1 addition
and
5 deletions
+1
-5
dist/css/bootstrap.css
+
0
-
2
View file @
a7029edc
...
...
@@ -602,8 +602,6 @@ blockquote {
}
blockquote
p
{
font-size
:
17.5px
;
font-weight
:
300
;
line-height
:
1.25
;
}
blockquote
p
:last-child
{
margin-bottom
:
0
;
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
a7029edc
This diff is collapsed.
Click to expand it.
less/type.less
+
0
-
2
View file @
a7029edc
...
...
@@ -266,8 +266,6 @@ blockquote {
border-left: 5px solid @blockquote-border-color;
p {
font-size: (@font-size-base * 1.25);
font-weight: 300;
line-height: 1.25;
}
p:last-child {
margin-bottom: 0;
...
...
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