From 86c1307dc106da41c9498d2da23171b0fa1a1469 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 23 Nov 2014 14:14:57 +0530 Subject: [PATCH] Remove incorrect and unnecessary class .glyphicon-white Glyph icons automatically take the text color and don't need to be set an explict color. Bootstrap 3 does not have the class .glyphicon-white. --- plinth/templates/base.html | 6 +++--- plinth/templates/menu.html | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index e83228719..7990bf876 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -73,7 +73,7 @@ {% endif %} - + {{ item.label }} @@ -82,7 +82,7 @@ {% if user.is_authenticated %} diff --git a/plinth/templates/menu.html b/plinth/templates/menu.html index fd106e891..eef90b4fe 100644 --- a/plinth/templates/menu.html +++ b/plinth/templates/menu.html @@ -18,18 +18,16 @@ {% endcomment %}