Skip to content

Commit 2104dd9

Browse files
committed
remove inline style from basic theme #1816
1 parent fa712ef commit 2104dd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/moin/themes/basic/static/css/theme.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/moin/themes/basic/templates/modify.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{% block content %}
2727
<h1>{{ title }}</h1>
2828
<div id="moin-modify" class="moin-form">
29-
<a class="btn btn-success" style="float: right" href="{{ url_for('.download_item', item_name=item_name, mimetype='application/x.moin.download') }}">
29+
<a class="btn btn-success" href="{{ url_for('.download_item', item_name=item_name, mimetype='application/x.moin.download') }}">
3030
<span class="fa fa-download"></span> {{ _('Download') }}
3131
</a>
3232
{{ gen.form.open(form, method='post', enctype='multipart/form-data') }}

0 commit comments

Comments
 (0)