Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
112b977e
Commit
112b977e
authored
Apr 26, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] Convert blockquote to .blockquote in css
parent
6ecda65e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+3
-3
app/assets/stylesheets/mailers/highlighted_diff_email.scss
app/assets/stylesheets/mailers/highlighted_diff_email.scss
+1
-1
No files found.
app/assets/stylesheets/framework/typography.scss
View file @
112b977e
...
...
@@ -114,7 +114,7 @@
font-size
:
0
.95em
;
}
blockquote
{
.
blockquote
{
color
:
$gl-grayish-blue
;
font-size
:
inherit
;
padding
:
8px
24px
;
...
...
@@ -122,12 +122,12 @@
border-left
:
3px
solid
$white-dark
;
}
blockquote
:dir
(
rtl
)
{
.
blockquote
:dir
(
rtl
)
{
border-left
:
0
;
border-right
:
3px
solid
$white-dark
;
}
blockquote
p
{
.
blockquote
p
{
color
:
$gl-grayish-blue
!
important
;
font-size
:
inherit
;
line-height
:
1
.5
;
...
...
app/assets/stylesheets/mailers/highlighted_diff_email.scss
View file @
112b977e
...
...
@@ -138,7 +138,7 @@ pre {
margin
:
0
;
}
blockquote
{
.
blockquote
{
color
:
$gl-grayish-blue
;
padding
:
0
0
0
15px
;
margin
:
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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