~john-koepi/ubuntu/trusty/golang/default

« back to all changes in this revision

Viewing changes to misc/dashboard/godashboard/static/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2011-08-03 17:04:59 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110803170459-wzd99m3567y80ila
Tags: 1:59-1
* Imported Upstream version 59
* Refresh patches to a new release
* Fix FTBFS on ARM (Closes: #634270)
* Update version.bash to work with Debian packaging and not hg
  repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        padding-right: 0;
53
53
}
54
54
table.alternate tr:nth-child(2n) {
55
 
        background-color: #f8f8f8;
 
55
        background-color: #f0f0f0;
56
56
}
57
57
span.hash {
58
58
        font-family: monospace;
62
62
td.date {
63
63
        color: #aaa;
64
64
}
65
 
td.result {
 
65
td.ok { 
66
66
        text-align: center;
 
67
        color: #060; 
 
68
        font-weight: bold;
 
69
}
 
70
td.ok a {
 
71
        cursor: help;
 
72
}
 
73
th {
 
74
        text-align: left;
67
75
}
68
76
th.builder {
 
77
        text-align: center;
69
78
        font-weight: bold;
70
79
}
71
80
a.fail {