summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/pages/diff.scss1
-rw-r--r--app/assets/stylesheets/pages/notes.scss8
2 files changed, 1 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index fbc97ec0c95..6dcc0197b2a 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -61,6 +61,7 @@
.diff-line-num {
width: 50px;
+ position: relative;
a {
transition: none;
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 42c9d563fe1..e04100b5a9e 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -634,14 +634,6 @@ ul.notes {
margin-left: -55px;
position: absolute;
z-index: 10;
-
- .new & {
- margin-top: -10px;
- }
-
- .parallel .new & {
- margin-top: initial;
- }
}
.discussion-body,