Revision: 3830
Author: janne.t.harkonen
Date: Mon Aug 16 05:23:20 2010
Log: fine-tuning styles
http://code.google.com/p/robotframework/source/detail?r=3830

Modified:
 /wiki/tools/get_issues.py

=======================================
--- /wiki/tools/get_issues.py   Mon Aug 16 04:44:20 2010
+++ /wiki/tools/get_issues.py   Mon Aug 16 05:23:20 2010
@@ -45,11 +45,15 @@
                '&q=target%3A${version}&can=1')
 HEADER = """<head>
 <style type="text/css">
+body {
+  font-family: verdana;
+  font-size: 24px;
+}
 .issue {
   float: left;
   border: 1px solid black;
   width: 12em;
-  height: 9em;
+  height: 8em;
   padding: 0.5em;
   margin: 0.1em;
 }
@@ -120,7 +124,7 @@
         print '  <div class="summary">%s</div>' % issue.summary
         print '</div></div>'
     print '</body>\n</html>\n'
-
+

 if __name__ == '__main__':
     programs = {'notes': release_notes, 'board': task_board}

Reply via email to