ditched table borders on search results
i wish this page... fix fixed hijacked wish submissions
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
|
<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="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>
|
<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>
|
||||||
<div class="center">© 2016 Kubernetes</div>
|
<div class="center">© 2016 Kubernetes</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
|
<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="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>
|
<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>
|
||||||
<div class="center">© {{ 'now' | date: "%Y" }} Kubernetes</div>
|
<div class="center">© {{ 'now' | date: "%Y" }} Kubernetes</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -727,6 +727,7 @@ section
|
|||||||
th, td
|
th, td
|
||||||
padding: 6px
|
padding: 6px
|
||||||
text-align: left
|
text-align: left
|
||||||
|
margin: 0
|
||||||
|
|
||||||
td
|
td
|
||||||
font-size: 0.85em
|
font-size: 0.85em
|
||||||
@@ -782,6 +783,9 @@ html.search #docsContent
|
|||||||
#editPageButton
|
#editPageButton
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
table
|
||||||
|
border: 0
|
||||||
|
|
||||||
td
|
td
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
|
|||||||
+4
-3
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user