diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index e76d6dba..18023c55 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; }