# HG changeset patch # User Sean Farley # Date 2014-11-07 01:19:14 # Node ID a82f8e1b83aa7100df2ce534a280ba2d744a5630 # Parent 9a66b802aec61dd09c8782250360087f60ea1ba7 icon-rss-squared: remove color override; let css handle it diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -108,17 +108,17 @@ <%def name="rss(name)"> %if c.authuser.username != 'default': - + %else: - + %endif <%def name="atom(name)"> %if c.authuser.username != 'default': - + %else: - + %endif