Remove "stars" ratings from each page.

This removes the stars rating that appears on the bottom of each page.

Doing so also required the update the "a.issue" css that correctly
aligns the "Create Issue" button and "Edit this Page" button on the
bottom of the page.
This commit is contained in:
Charlie Drage
2016-11-14 10:54:34 -05:00
parent 35a14cda34
commit fbba8e4901
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
{% if notitle != "true" %}<h1>{{ title }}</h1>{% endif %}
{{ content }}
<p><a href=""><img src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ page.path }}?pixel" alt="Analytics" /></a>
{% if page.url != "/404.html" and page.url != "/docs/search/" %}<div id="pd_rating_holder_8345992"></div>
{% if page.url != "/404.html" and page.url != "/docs/search/" %}
<script type="text/javascript">
PDRTJS_settings_8345992 = {
"id" : "8345992",
+2 -2
View File
@@ -878,7 +878,7 @@ dd
border-radius: 2px
a.issue
margin-left: 20px
margin-left: 0px
.fixed footer
position: fixed
@@ -1340,4 +1340,4 @@ $feature-box-div-margin-bottom: 40px
//
//
//
//
//