diff --git a/docs/site/css/main.css b/docs/site/css/main.css index d1143fc42d3..01d22c3cd4a 100755 --- a/docs/site/css/main.css +++ b/docs/site/css/main.css @@ -131,11 +131,6 @@ body { ========================================================================== */ pre { - border: 1px solid rgba(0,0,0,0.2); - /* Border Radius */ - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; background: #fff; font-size: 0.9em; line-height: 1.6em; @@ -645,7 +640,7 @@ ul { } .about h4 { - margin-bottom: 0; + margin: 0; font-size: 1.2em; font-weight: bold; color: #4285f4; @@ -659,22 +654,25 @@ ul { .about .code-sample-tabs a { display: inline-block; padding: 2px 12px 0px 12px; - border: 1px solid rgba(0,0,0,0.2); - background-color: #fefefe; - margin-bottom: -3px; + background-color: #f8f8f8; margin-right: 8px; color: #333; text-decoration: none; } .about .code-sample-tabs a.selected { - background-color: #f8f8f8; + background-color: #fff; font-weight: bold; - border-bottom-color: #f8f8f8; } .about pre { - margin-top: 0; + padding: 8px; + margin-top: 0; +} + +.about .hljs { + background-color: #fff; + font-size: .9em; } /* diff --git a/docs/site/home.html b/docs/site/home.html index 741ed589e2e..75628d6c7dd 100755 --- a/docs/site/home.html +++ b/docs/site/home.html @@ -84,7 +84,7 @@