Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-07 21:45:19 +0300
committerRubén Dávila <rdavila84@gmail.com>2016-01-07 21:45:19 +0300
commit21958a393955037318141d39fbe14b1c2e842cab (patch)
tree3f8bb2ec8ffa53d2128efe04ad937e37590526cd /app/views/projects/diffs/_parallel_view.html.haml
parent1494bb3f253b2e37065080c27af22ec531966ab7 (diff)
Add some styling for syntax highlighting themes. #3945
Diffstat (limited to 'app/views/projects/diffs/_parallel_view.html.haml')
-rw-r--r--app/views/projects/diffs/_parallel_view.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_parallel_view.html.haml b/app/views/projects/diffs/_parallel_view.html.haml
index 2a43bbd11f2..1ad54d1848b 100644
--- a/app/views/projects/diffs/_parallel_view.html.haml
+++ b/app/views/projects/diffs/_parallel_view.html.haml
@@ -1,5 +1,5 @@
/ Side-by-side diff view
-%div.text-file.diff-wrap-lines.code.file-content.js-syntax-highlight.white
+%div.text-file.diff-wrap-lines.code.file-content.js-syntax-highlight
%table
- parallel_diff(diff_file, index).each do |line|
- type_left = line[0]