summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/pages/mailbox.ejs6
-rw-r--r--views/partials/threads.ejs2
2 files changed, 4 insertions, 4 deletions
diff --git a/views/pages/mailbox.ejs b/views/pages/mailbox.ejs
index 0cc2735..5c62687 100644
--- a/views/pages/mailbox.ejs
+++ b/views/pages/mailbox.ejs
@@ -24,13 +24,13 @@
<div id="content">
- <table id="messages">
+ <table id="messages" class="ledger">
<script class="template" type="text/html">
<tr>
<td>
- {{to}} <a href="/profile/{{username}}">{{username}}</a>
+ {{to}} <a href="/profile/{{username}}">{{username}}</a> &middot;
</td>
- <td>
+ <td class="ivory">
<a href="/mail/read/{{id}}">{{subject}}</a>
</td>
<td class="{{date_class}}">
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs
index 8fb52ac..b809be8 100644
--- a/views/partials/threads.ejs
+++ b/views/partials/threads.ejs
@@ -1,5 +1,5 @@
-<table class="threads">
+<table class="ledger" id="threads">
<script class="keywordTemplate" type="text/html">
<tr>
<th>