ditched table borders on search results

i wish this page... fix
fixed hijacked wish submissions
This commit is contained in:
scotty
2016-02-25 15:56:23 -08:00
parent 775008818c
commit f08b8d3741
4 changed files with 10 additions and 5 deletions
+1 -1
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>
+1 -1
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>
+4
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
+4 -3
View File
File diff suppressed because one or more lines are too long