diff --git a/gitlab-pages/website/core/Footer.js b/gitlab-pages/website/core/Footer.js
index 18312c7be..8153941f8 100644
--- a/gitlab-pages/website/core/Footer.js
+++ b/gitlab-pages/website/core/Footer.js
@@ -29,7 +29,7 @@ class Footer extends React.Component {
-
-
+
+
);
}
diff --git a/gitlab-pages/website/pages/en/index.js b/gitlab-pages/website/pages/en/index.js
index ebbbbc247..5a8ba07dc 100644
--- a/gitlab-pages/website/pages/en/index.js
+++ b/gitlab-pages/website/pages/en/index.js
@@ -393,10 +393,8 @@ class Index extends React.Component {
{PartnerShowcase}
-
Our Partners
-
- We are not alone in this world -- here're some people who support us
-
+
Partners
+
);
diff --git a/gitlab-pages/website/static/css/custom.css b/gitlab-pages/website/static/css/custom.css
index 1ad58c7dd..86f1099f8 100644
--- a/gitlab-pages/website/static/css/custom.css
+++ b/gitlab-pages/website/static/css/custom.css
@@ -207,7 +207,7 @@ footnote {
.sample-code {
border: solid 1px lightgray;
width: 80%;
- padding: 10px;
+ padding: 10gipx;
background-color: white;
}
@@ -740,9 +740,15 @@ body
}
+input#search_input_react::placeholder {
+ color: white;
+ opacity: .8;
+}
+
@media only screen and (max-width: 1023px) {
.reactNavSearchWrapper input#search_input_react {
background-color: rgba(0, 0, 0, 0.2);
+ color: white;
}
.landing code {