diff share/roundup/templates/devel/html/help.css @ 4122:115e9883311e gsoc-2009

Add new tracker template sandbox.
author Stefan Seefeld <stefan@seefeld.name>
date Tue, 02 Jun 2009 00:41:57 +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 Jun 02 00:41:57 2009 +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/