~ubuntu-branches/ubuntu/oneiric/cobertura/oneiric

« back to all changes in this revision

Viewing changes to src/net/sourceforge/cobertura/reporting/html/files/main.css

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-05-11 19:21:46 UTC
  • mfrom: (0.1.4 sid) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100511192146-j742v5jsl89ztndu
Tags: 1.9.4.1+dfsg-2
* Now Build-Depends on libservlet2.5-java and add a missing Depends
  on the same package. (Closes: #580842). 
* Simplify list of JRE dependences for cobertura and drop JRE dependences for
  libcobertura-java as Java libraries are no longer required to depend on a
  JVM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        background-color: #f02020;
44
44
        border: #808080 1px solid;
45
45
        height: 1.3em;
46
 
        magin: 0px;
 
46
        margin: 0px;
47
47
        padding: 0px;
48
48
        width: 100px;
49
49
}
52
52
{
53
53
        background-color: #00f000;
54
54
        height: 1.3em;
55
 
        magin: 0px;
 
55
        margin: 0px;
56
56
        padding: 0px;
57
57
}
58
58
 
60
60
{
61
61
        background-color: #eaeaea;
62
62
        height: 1.3em;
63
 
        magin: 0px;
 
63
        margin: 0px;
64
64
        padding: 0px;
65
65
}
66
66