Minor changes

This commit is contained in:
XD-DENG
2017-07-08 01:20:50 +08:00
parent c072aa771d
commit dad7935b01
2 changed files with 4 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
<div class="col-lg-6">
<h3>Manage Existing Accounts</h3>
<table class="table">
<table class="table small">
<thead>
<tr>
<th>#</th>

View File

@@ -7,6 +7,7 @@
<hr>
<h3>Add Note</h3>
<div class="form-group">
<label for="textArea" class="col-lg-3 control-label">Note to Take</label>
<div class="col-lg-9">
@@ -20,8 +21,8 @@
<hr>
{% if notes %}
<h2>Your Notes</h2>
<table class="table">
<h3>Your Notes</h3>
<table class="table small">
<thead>
<tr>
<th>Note ID</th>