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:
Diffstat (limited to 'app/assets/stylesheets/common.scss')
-rw-r--r--app/assets/stylesheets/common.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index ca797ed06f4..08dc2ec9209 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -420,6 +420,8 @@ a.project-update.titled {
cursor: move;
height: 70%;
overflow: hidden;
+ background:white;
+ border: 1px solid $style_color;
}
@@ -960,3 +962,10 @@ li.note {
}
}
}
+
+.rss-icon {
+ img {
+ width:24px;
+ vertical-align:top;
+ }
+}