summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'views/message.erb')
-rw-r--r--views/message.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/message.erb b/views/message.erb
index 523bf25..b912445 100644
--- a/views/message.erb
+++ b/views/message.erb
@@ -1,7 +1,7 @@
<h1 class="first-header">Gentoo Archives: <%= list %></h1>
<div class="table-responsive">
- <table class="table table-condensed ag-header-table">
+ <table class="table table-sm ag-header-table">
<tr>
<th class="ag-header-name-col">From:</th>
<td><%= h strip_email_headers(message['_source']['from']).first %></td>
@@ -45,7 +45,7 @@
<h3>Attachments</h3>
<div class="table-responsive">
- <table class="table table-condensed ag-attachment-table">
+ <table class="table table-sm ag-attachment-table">
<tr>
<th>File name</th>
<th>MIME type</th>
@@ -64,7 +64,7 @@
<h3>Replies</h3>
<div class="table-responsive">
- <table class="table table-condensed ag-replies-table">
+ <table class="table table-sm ag-replies-table">
<tr>
<th>Subject</th>
<th>Author</th>