[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant-frontends] branch master updated: Right-ali
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant-frontends] branch master updated: Right-align 'th'. |
Date: |
Sat, 04 Mar 2017 16:00:23 +0100 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository merchant-frontends.
The following commit(s) were added to refs/heads/master by this push:
new f7f6f7d Right-align 'th'.
f7f6f7d is described below
commit f7f6f7d34e0c6f71977445cba3df3f374ed6f106
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Mar 4 16:00:04 2017 +0100
Right-align 'th'.
---
talerfrontends/blog/templates/backoffice.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/talerfrontends/blog/templates/backoffice.html
b/talerfrontends/blog/templates/backoffice.html
index 78a67bd..13674c9 100644
--- a/talerfrontends/blog/templates/backoffice.html
+++ b/talerfrontends/blog/templates/backoffice.html
@@ -8,9 +8,8 @@
<tbody>
<tr>
<th>Order ID</th>
- <th>Summary</th>
- <th>Amount</th>
- <th>Date</th>
+ <th class="amount">Amount</th>
+ <th class="date">Date</th>
</tr>
</tbody>
</table>
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Right-align 'th'.,
gnunet <=