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
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-04-22 00:00:34 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-22 01:34:18 +0300
commit178878719fd88595390c6c8902e676f60ab60ac0 (patch)
tree4f88203ffeccb0a67448fa87e9beb32f69512403 /app
parent902d91d8783d78758c6f68391471888a373730ea (diff)
Merge branch '15413-firefox-line-numbers' into 'master'
Remove float from blame link icon Closes #15413 <img src="/uploads/af6aea9102e1b42e5e92783ce818863c/Screen_Shot_2016-04-21_at_1.57.56_PM.png" width="200px"> See merge request !3861
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/files.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 148a7cab6e2..32cc15113f2 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -131,6 +131,11 @@
td.line-numbers {
float: none;
border-left: 1px solid #ddd;
+
+ i {
+ float: none;
+ margin-right: 0;
+ }
}
td.lines {
padding: 0;