From fbba8e49019ad61a809b5a3df781201cf13f631c Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 14 Nov 2016 10:54:34 -0500 Subject: [PATCH] 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. --- _layouts/docwithnav.html | 2 +- _sass/_base.sass | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index 877ccc4e63..2153d358e2 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -41,7 +41,7 @@ {% if notitle != "true" %}

{{ title }}

{% endif %} {{ content }}

Analytics - {% if page.url != "/404.html" and page.url != "/docs/search/" %}

+ {% if page.url != "/404.html" and page.url != "/docs/search/" %}