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
Tatuya Kamada
gitlab-ce
Commits
d61b92a3
Commit
d61b92a3
authored
Aug 01, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert image diff background image to CSS
parent
ab3dd9a1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG
CHANGELOG
+1
-0
app/assets/images/trans_bg.gif
app/assets/images/trans_bg.gif
+0
-0
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+4
-1
No files found.
CHANGELOG
View file @
d61b92a3
...
...
@@ -29,6 +29,7 @@ v 8.11.0 (unreleased)
- Bump gitlab_git to speedup DiffCollection iterations
- Make branches sortable without push permission !5462 (winniehell)
- Check for Ci::Build artifacts at database level on pipeline partial
- Convert image diff background image to CSS (ClemMakesApps)
- Make "New issue" button in Issue page less obtrusive !5457 (winniehell)
- Gitlab::Metrics.current_transaction needs to be public for RailsQueueDuration
- Add GitLab Workhorse version to admin dashboard (Katarzyna Kobierska Ula Budziszewska)
...
...
app/assets/images/trans_bg.gif
deleted
100644 → 0
View file @
ab3dd9a1
49 Bytes
app/assets/stylesheets/pages/diff.scss
View file @
d61b92a3
...
...
@@ -164,7 +164,10 @@
line-height
:
0
;
img
{
border
:
1px
solid
#fff
;
background
:
image-url
(
'trans_bg.gif'
);
background-image
:
linear-gradient
(
45deg
,
#e5e5e5
25%
,
transparent
25%
,
transparent
75%
,
#e5e5e5
75%
,
#e5e5e5
100%
)
,
linear-gradient
(
45deg
,
#e5e5e5
25%
,
transparent
25%
,
transparent
75%
,
#e5e5e5
75%
,
#e5e5e5
100%
);
background-size
:
10px
10px
;
background-position
:
0
0
,
5px
5px
;
max-width
:
100%
;
}
&
.deleted
{
...
...
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