From ba5787c38ab2b281cf7cd47c61ea25ecebba42cc Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 11 Jul 2014 16:39:04 +0300 Subject: Less distracting git clone line for public page Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/projects.scss | 4 ++-- app/views/public/projects/index.html.haml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss index 34dd3448f53..c9188fb751c 100644 --- a/app/assets/stylesheets/sections/projects.scss +++ b/app/assets/stylesheets/sections/projects.scss @@ -172,8 +172,8 @@ ul.nav.nav-projects-tabs { } .public-clone { - background: #333; - color: #f5f5f5; + background: #EEE; + color: #777; padding: 6px 10px; margin: 1px; font-weight: normal; diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml index 624ec0b9b95..7d4d94ce42b 100644 --- a/app/views/public/projects/index.html.haml +++ b/app/views/public/projects/index.html.haml @@ -45,7 +45,7 @@ %small.access-icon = internal_icon Internal - .pull-right + .pull-right.hidden-sm.hidden-xs %pre.public-clone git clone #{project.http_url_to_repo} - if project.description.present? -- cgit v1.2.3