ditched table borders on search results
i wish this page... fix fixed hijacked wish submissionspull/43/head
parent
775008818c
commit
f08b8d3741
|
@ -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">© 2016 Kubernetes</div>
|
||||
</main>
|
||||
|
|
|
@ -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">© {{ 'now' | date: "%Y" }} Kubernetes</div>
|
||||
</main>
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue