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:
authorDouwe Maan <douwe@selenight.nl>2016-01-28 19:54:13 +0300
committerDouwe Maan <douwe@selenight.nl>2016-03-19 22:04:10 +0300
commita8aa59e96ef64a11073d7c84a9af93077f98bf8a (patch)
tree12c521bbf5fc005a88c62cbaeeafb547c107fe9b /app/assets/stylesheets/notify.scss
parent0ce7c1e494403cba995b77cd9dec09d79256d13d (diff)
Inline mailer CSS using premailer.
# Conflicts: # Gemfile.lock
Diffstat (limited to 'app/assets/stylesheets/notify.scss')
-rw-r--r--app/assets/stylesheets/notify.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/stylesheets/notify.scss b/app/assets/stylesheets/notify.scss
new file mode 100644
index 00000000000..f1d42f80f56
--- /dev/null
+++ b/app/assets/stylesheets/notify.scss
@@ -0,0 +1,24 @@
+img {
+ max-width: 100%;
+ height: auto;
+}
+p.details {
+ font-style:italic;
+ color:#777
+}
+.footer p {
+ font-size:small;
+ color:#777
+}
+pre.commit-message {
+ white-space: pre-wrap;
+}
+.file-stats a {
+ text-decoration: none;
+}
+.file-stats .new-file {
+ color: #090;
+}
+.file-stats .deleted-file {
+ color: #B00;
+}