From 77f05f6174eb2bc9f19a8516754f1e5a88f6d725 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Thu, 21 Jun 2018 04:30:06 +0530 Subject: [PATCH] Fix k8s logo in Blog (#9113) - Modify `style.css` and add `id` for Blog Signed-off-by: chandan kumar --- static/css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index 2be6d99183..c012f73081 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -498,6 +498,8 @@ html.search #docsContent h1 { margin-bottom: 0; border-bottom: 0; padding-bottom #home #hero #vendorStrip { display: none; } +#blog.flip-nav .logo { background-image: url(/images/nav_logo2.svg); } + #oceanNodes { padding-top: 60px; padding-bottom: 60px; } #oceanNodes a { color: #3371e3; }