diff --git a/src/moin/static/css/common.css b/src/moin/static/css/common.css index aee4503c2..25b1f3180 100644 --- a/src/moin/static/css/common.css +++ b/src/moin/static/css/common.css @@ -615,6 +615,7 @@ li.moin-selected-groups { font-size: 1em; font-weight: bold; } .moin-nameless-item, .moin-history-name-old { font-style: italic; } .moin-history-name-old:hover { cursor: pointer; } +.moin-history-rss { float: right; margin: 0 7px 0 14px; height: 0; position: relative; top: 9px; } /* item history */ diff --git a/src/moin/templates/global_history.html b/src/moin/templates/global_history.html index 485982f57..8dc0bb5d2 100644 --- a/src/moin/templates/global_history.html +++ b/src/moin/templates/global_history.html @@ -30,6 +30,9 @@ {% block content %}

{{ title }}

+
+ [RSS] +
{{ utils.page_links(page_num, pages, url) }} {# make columns line up by creating one long table styled to look like one table per day #}