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">