This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 1f26cdf Add dividing lines to mail table
1f26cdf is described below
commit 1f26cdf56288cc66664503a13df142885e06ced7
Author: Sebb <[email protected]>
AuthorDate: Fri Feb 5 15:23:35 2021 +0000
Add dividing lines to mail table
---
www/roster/views/nonpmc/main.js.rb | 2 +-
www/roster/views/pmc/main.js.rb | 2 +-
www/roster/views/ppmc/main.js.rb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/roster/views/nonpmc/main.js.rb
b/www/roster/views/nonpmc/main.js.rb
index 8aabf08..efedbe0 100644
--- a/www/roster/views/nonpmc/main.js.rb
+++ b/www/roster/views/nonpmc/main.js.rb
@@ -96,7 +96,7 @@ class NonPMC < Vue
_ 'Mailing list info'
_small ' (subscriber count excludes known archivers)'
end
- _table do
+ _table.table do
_thead do
_tr do
_th 'list name'
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index d9d244d..eded4b8 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -109,7 +109,7 @@ class PMC < Vue
_ 'Mailing list info'
_small ' (subscriber count excludes known archivers)'
end
- _table do
+ _table.table do
_thead do
_tr do
_th 'list name'
diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 319d9d9..ef523dd 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -121,7 +121,7 @@ class PPMC < Vue
_ 'Mailing list info'
_small ' (subscriber count excludes known archivers)'
end
- _table do
+ _table.table do
_thead do
_tr do
_th 'list name'