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
Jérome Perrin
gitlab-ce
Commits
1a596671
Commit
1a596671
authored
Jul 20, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed padding on line content
parent
ba07fa07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
app/assets/stylesheets/mailers/repository_push_email.scss
app/assets/stylesheets/mailers/repository_push_email.scss
+4
-6
No files found.
app/assets/stylesheets/mailers/repository_push_email.scss
View file @
1a596671
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
// explicit child selectors.
// explicit child selectors.
.code
{
.code
{
background-color
:
#fff
;
font-family
:
monospace
;
font-family
:
monospace
;
font-size
:
$code_font_size
;
font-size
:
$code_font_size
;
-premailer-cellpadding
:
0
;
-premailer-cellpadding
:
0
;
...
@@ -25,8 +26,8 @@
...
@@ -25,8 +26,8 @@
.diff-line-num
{
.diff-line-num
{
padding
:
0
5px
;
padding
:
0
5px
;
text-align
:
right
;
text-align
:
right
;
max-width
:
50px
;
width
:
35px
;
width
:
35px
;
background-color
:
$background-color
;
color
:
$black-transparent
;
color
:
$black-transparent
;
border-right
:
1px
solid
$table-border-gray
;
border-right
:
1px
solid
$table-border-gray
;
...
@@ -42,8 +43,9 @@
...
@@ -42,8 +43,9 @@
}
}
.line_content
{
.line_content
{
padding-left
:
0
.5em
;
padding-right
:
0
.5em
;
white-space
:
pre
;
white-space
:
pre
;
background-color
:
#fff
;
&
.old
{
&
.old
{
background-color
:
$line-removed
;
background-color
:
$line-removed
;
...
@@ -69,10 +71,6 @@
...
@@ -69,10 +71,6 @@
}
}
}
}
.diff-line-num
{
background-color
:
$background-color
;
}
span
.highlight_word
{
span
.highlight_word
{
background-color
:
#fafe3d
!
important
;
background-color
:
#fafe3d
!
important
;
}
}
...
...
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