ditched table borders on search results

i wish this page... fix
fixed hijacked wish submissions
pull/43/head
scotty 2016-02-25 15:56:23 -08:00
parent 775008818c
commit f08b8d3741
4 changed files with 10 additions and 5 deletions

View File

@ -114,7 +114,7 @@
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>stackoverflow</span></a>
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="made better textfield suggestions"></label>
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="enter your wish"></label>
</div>
<div class="center">&copy; 2016 Kubernetes</div>
</main>

View File

@ -77,7 +77,7 @@
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>stackoverflow</span></a>
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="made better textfield suggestions"></label>
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="enter your wish"></label>
</div>
<div class="center">&copy; {{ 'now' | date: "%Y" }} Kubernetes</div>
</main>

View File

@ -727,6 +727,7 @@ section
th, td
padding: 6px
text-align: left
margin: 0
td
font-size: 0.85em
@ -782,6 +783,9 @@ html.search #docsContent
#editPageButton
display: none
table
border: 0
td
padding: 0

File diff suppressed because one or more lines are too long