# HG changeset patch # User Sean Farley # Date 1415319554 28800 # Node ID a82f8e1b83aa7100df2ce534a280ba2d744a5630 # Parent 9a66b802aec61dd09c8782250360087f60ea1ba7 icon-rss-squared: remove color override; let css handle it diff -r 9a66b802aec6 -r a82f8e1b83aa kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html Tue Sep 02 15:52:54 2014 +0200 +++ b/kallithea/templates/data_table/_dt_elements.html Thu Nov 06 16:19:14 2014 -0800 @@ -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