diff share/roundup/templates/devel/html/help.css @ 4434:b419f29b1e2f

Add new tracker template.
author Stefan Seefeld <stefan@seefeld.name>
date Tue, 12 Oct 2010 01:14:07 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/roundup/templates/devel/html/help.css	Tue Oct 12 01:14:07 2010 +0000
@@ -0,0 +1,29 @@
+@import url(style.css);
+
+body { padding: 0;}
+body > .header,
+body > .footer
+{
+  margin: 0;
+}
+body .content { width: auto;}
+.header h1 { font-size: 110%; }
+
+table.classhelp th
+{
+  border-top: 1px solid #afafaf;
+  border-bottom: 1px solid #afafaf;
+  empty-cells: show;
+  text-align: left;
+  vertical-align: middle;
+  white-space: nowrap;
+}
+
+table.classhelp td
+{
+  border-bottom: 1px solid #efefef;
+  empty-cells: show;
+  text-align: left;
+  vertical-align: middle;
+  white-space: nowrap;
+}

Roundup Issue Tracker: http://roundup-tracker.org/