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.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index e76d6dba2e8..18023c55e6b 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -373,8 +373,8 @@ p.time {
h4 {
font-size:14px;
padding:2px 10px;
- color:#888;
- border-bottom:1px solid #eee;
+ color:#666;
+ border-bottom:1px solid #f1f1f1;
}
a:last-child h4 { border:none; }
@@ -382,6 +382,7 @@ p.time {
h4 {
color:#111;
background:$hover;
+ border-color:#CCC;
.ico.project {
background-position:-209px -21px;
}