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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-22 22:16:24 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-22 22:16:24 +0300
commitfdeeca3a15b4ef9ebcdc0fd386009b42a13626eb (patch)
tree26e776b56e5f15fa5cc8ede5993482f01fd37af1 /app/assets
parenta600b4b1c08c374e336cbd4226d2ff77c8ff9cca (diff)
Reduce width of parallel diffs
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/diff.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index e7c8198ba45..ed14b2cd1fe 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -98,7 +98,11 @@
}
td.line_content.parallel {
- width: 50%;
+ width: 46%;
+ }
+
+ .add-diff-note {
+ margin-left: -65px;
}
}