summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/projects.scss4
-rw-r--r--app/views/public/projects/index.html.haml2
2 files changed, 3 insertions, 3 deletions
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?