From fad72a680cdb3959b26c703dcb49b41ba6e5a0e8 Mon Sep 17 00:00:00 2001 From: Sander Spies Date: Mon, 30 Sep 2019 17:27:10 +0200 Subject: [PATCH] Tuning. --- gitlab-pages/website/core/Footer.js | 6 +++--- gitlab-pages/website/pages/en/index.js | 6 ++---- gitlab-pages/website/static/css/custom.css | 8 +++++++- 3 files changed, 12 insertions(+), 8 deletions(-) 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 {
Docs
- + Installation @@ -69,8 +69,8 @@ class Footer extends React.Component { {this.props.config.copyright}
- - + + ); } 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 {