Minor changes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user