Skip to content

Commit

Permalink
Fix minor warnings on doc site
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed Jul 3, 2019
1 parent 68fe567 commit 2e289e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

{{< blocks/section >}}
<div class="col">
<h3 class="text-center">Skaffold is an open-source project built by Google.</h1>
<h3 class="text-center">Skaffold is an open-source project built by Google.</h3>
</div>

{{< /blocks/section >}}
Expand Down
7 changes: 2 additions & 5 deletions docs/static/stylesheets/tabs.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ul.nav.nav-tabs {
padding: 0px;
padding: 0;
list-style-type: none;
overflow: hidden;
content: none;
Expand All @@ -9,10 +9,7 @@ ul.nav.nav-tabs {
}

li.nav-tab {
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
padding-top: 10px;
padding: 10px 20px;
float: left;
text-align: center;
text-decoration: none;
Expand Down

0 comments on commit 2e289e9

Please sign in to comment.