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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 19:02:57 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 19:02:57 +0300
commit45c29fa289bc27519a2fa076a155186d3ebf7b31 (patch)
tree90a6928f0f2d4499ba983fcfb2e18692a24a0292 /app
parentc4b9b2cfcfae5f7ce4e4c0fd41caf012812f58b1 (diff)
Comment icon vertically aligned
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/notes.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 6cb6adb480c..d5f9852ebed 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -163,6 +163,7 @@ ul.notes {
border-left: none;
&.notes_line {
+ vertical-align: middle;
text-align: center;
padding: 10px 0;
background: #FFF;