Style updates for wiki pages

pull/2/head
Noah 2015-01-25 01:44:52 -08:00
父节点 6fdf0ae0ea
当前提交 13b5c18062
共有 3 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -8,7 +8,7 @@ Are you sure you want to delete this {{ type }}?<p>
<form name="confirm" action="{{ confirm_url }}" method="POST">
<input type="hidden" name="token" value="{{ csrf_token() }}">
<button type="submit" name="confirm" value="true">Confirm Deletion</button>
<button type="submit" class="btn btn-primary" name="confirm" value="true">Confirm Deletion</button>
</form>
{% endblock %}

查看文件

@ -24,7 +24,7 @@
<a href="{{ url_for('emoticons.index') }}" target="_blank">Emoticon reference</a> (opens in new window)<p>
<strong>Revision Note (optional):</strong><br>
<input type="text" size="80" name="note" value="{{ note }}"><p>
<input type="text" class="form-control" size="80" name="note" value="{{ note }}"><p>
<strong>Options:</strong><br>
<label>

查看文件

@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% block title %}Wiki{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<div class="right">