Code

merge from maintenance branch
[roundup.git] / roundup / templates / minimal / html / style.css
index 1a1574e889f26c61cea0e306aa2a404ed37bb739..287b697ce4818ace1280a0e614a905a5b3f23d3b 100644 (file)
@@ -153,6 +153,14 @@ table.list th:first-child {
   empty-cells: show;
 }
 
+table.list tr.navigation th {
+  text-align: right;
+}
+table.list tr.navigation th:first-child {
+  border-right: none;
+  text-align: left;
+}
+
 
 /* style for message displays */
 table.messages {