diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-08-03 03:42:01 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-08-03 03:42:01 +0000 |
commit | 3552900733aa86035d8cc50a1180727cba5915bb (patch) | |
tree | bfd321ed2b3583242510fd91023e4ce97c624324 /app/assets/images | |
parent | 6c519b7a7420901a5ec608e9a73786d32bd23407 (diff) | |
parent | d61b92a350f50fa1a443f0a180da401684f5cdca (diff) | |
download | gitlab-ce-3552900733aa86035d8cc50a1180727cba5915bb.tar.gz |
Merge branch 'convert-trans-bg-to-css' into 'master'
Convert image diff background image to CSS
## What does this MR do?
Replaces the `trans_bg.gif` image used for image diff background image with a CSS implementation of the same background image
## Are there points in the code the reviewer needs to double check?
None
## Why was this MR needed?
Uses CSS to replace the use of an image so that webpage rendering is slightly improved
## What are the relevant issue numbers?
Closes #20500
## Screenshots (if relevant)
Before:
![Screen_Shot_2016-08-01_at_12.29.10_PM](/uploads/8269877c561c29e6b0ca988079ff3fc6/Screen_Shot_2016-08-01_at_12.29.10_PM.png)
After:
![Screen_Shot_2016-08-01_at_12.29.16_PM](/uploads/cc88848b9c0e044445d19b889fd79271/Screen_Shot_2016-08-01_at_12.29.16_PM.png)
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !5598
Diffstat (limited to 'app/assets/images')
-rw-r--r-- | app/assets/images/trans_bg.gif | bin | 49 -> 0 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/app/assets/images/trans_bg.gif b/app/assets/images/trans_bg.gif Binary files differdeleted file mode 100644 index 1a1c9c15ec7..00000000000 --- a/app/assets/images/trans_bg.gif +++ /dev/null |