~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/utilities/pageperformancereport.py

  • Committer: Francis J. Lacoste
  • Date: 2011-04-28 21:52:17 UTC
  • mto: This revision was merged to the branch mainline in revision 12971.
  • Revision ID: francis.lacoste@canonical.com-20110428215217-7ezgthtm8gyh8n6l
Minimize cell title width.

Show diffs side-by-side

added added

removed removed

Lines of Context:
898
898
        <style type="text/css">
899
899
            h3 { font-weight: normal; font-size: 1em; }
900
900
            thead th { padding-left: 1em; padding-right: 1em; }
901
 
            .category-title { text-align: right; padding-right: 2em; }
 
901
            .category-title { text-align: right; padding-right: 2em;
 
902
                              max-width: 25em; }
902
903
            .regexp { font-size: x-small; font-weight: normal; }
903
904
            .mean { text-align: right; padding-right: 1em; }
904
905
            .median { text-align: right; padding-right: 1em; }