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:
@@ -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
@@ -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
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user