~ubuntu-branches/ubuntu/precise/trac/precise

« back to all changes in this revision

Viewing changes to trac/htdocs/css/roadmap.css

  • Committer: Bazaar Package Importer
  • Author(s): Luis Matos
  • Date: 2008-08-16 00:08:30 UTC
  • mfrom: (1.1.14 upstream) (14.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080816000830-q50gglu6pbj0gas2
Tags: 0.11.1-2
* Upstream version 
  "Trac 0.11.1 contains a number of bug fixes and minor enhancements."
* Patch setup.py to install the contrib dir ( Closes: #495019 )
* Modified compatible version of trac-bzr so that trac 0.11.1 an be
  used with the current trac-bzr version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
table.progress td.new { background: #f5f5b5 }
23
23
table.progress td.closed { background: #bae0ba }
24
24
table.progress td :hover { background: none }
25
 
p.percent { font-size: 10px; line-height: 2.4em; margin: 0.9em 0 0 }
 
25
p.percent { 
 
26
 font-size: 10px; 
 
27
 line-height: 2.4em; 
 
28
 margin: 0.9em 0 .1em 1.2em; 
 
29
 float: left; 
 
30
}
26
31
 
27
32
/* Styles for the roadmap view */
28
33
ul.milestones { margin: 2em 0 0; padding: 0 }
48
53
 font-style: italic;
49
54
 margin: 0;
50
55
}
51
 
.milestone .info .progress { margin: 1em 1em 0; width: 40em; max-width: 70% }
 
56
.milestone .info .progress { margin: 1em 0 0 1em; width: 40em; max-width: 70% }
52
57
.milestone .info dl {
53
58
 font-size: 10px;
54
59
 font-style: italic;
55
60
 margin: 0 1em 2em;
56
61
 white-space: nowrap;
 
62
 clear: left;
57
63
}
58
64
.milestone .info dt { display: inline; margin-left: .5em }
59
65
.milestone .info dd { display: inline; margin: 0 1em 0 .5em }