diff web/css/dottes.css @ 355:b233893b4c51

Add date of last change to bottom of web tune page.
author Jim Hague <jim.hague@acm.org>
date Mon, 19 Aug 2013 09:59:46 +0100
parents 27f29e8aafea
children e5f59f0e7dd5
line wrap: on
line diff
--- a/web/css/dottes.css	Mon Aug 19 09:59:28 2013 +0100
+++ b/web/css/dottes.css	Mon Aug 19 09:59:46 2013 +0100
@@ -170,6 +170,30 @@
     width: 25%;
 }
 
+div.dottes-tune-footer
+{
+    display: table;
+    width: 100%;
+}
+
+div.dottes-tune-footer-row
+{
+    display: table-row;
+}
+
+div.dottes-tune-footer-left
+{
+    display: table-cell;
+    width: 50%;
+}
+
+div.dottes-tune-footer-right
+{
+    display: table-cell;
+    text-align: right;
+    width: 50%;
+}
+
 a.dottes-tune-link
 {
     font-size: 20px;