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:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-14 21:15:21 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-20 03:02:53 +0300
commit8685b3f80a9a653849776a83b7a968725a8ae1f0 (patch)
tree03f5ba9fcb342fbbaeefb0437f5a4e3c12b6c4e7 /app/assets/stylesheets/pages/notes.scss
parent98cede7ebeae9dac994b35b66be6aab14eb932b3 (diff)
Add borders to images in issues, MRs, and Help.
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 35d728aec83..44db5b156ce 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -117,6 +117,13 @@ ul.notes {
code {
word-break: keep-all;
}
+
+ // Border around images in issue and MR comments.
+ img {
+ border: 1px solid $table-border-gray;
+ padding: 5px;
+ margin: 5px 0;
+ }
}
}