/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/static/css/diff.css

  • Committer: Alexandre Garnier
  • Date: 2009-05-28 22:48:45 UTC
  • mto: This revision was merged to the branch mainline in revision 358.
  • Revision ID: zigouigoui.garnier@laposte.net-20090528224845-6zch249hrt8g6v9a
Add bug link in revision informations

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    width:493px;
32
32
    margin:0px 0px 5px 0px;
33
33
}
34
 
.information, .committer, .timer, .mfrom, .mto, .revid {
 
34
.information, .committer, .timer, .mfrom, .mto, .revid, .bug {
35
35
    clear:both;
36
36
    margin:0px;
37
37
    padding:0px 0px 2px 18px;
65
65
.mto {
66
66
    background:url(../images/ico_mergeto.gif) no-repeat top left;
67
67
}
 
68
.bug {
 
69
    background:url(../images/ico_bug.png) no-repeat top left;
 
70
}
68
71
/**/
69
72
#loggerheadCont p.expand, #loggerheadCont p.expand a, #loggerheadCont p.expand a:link, #loggerheadCont p.expand a:visited, #loggerheadCont p.expand a:hover {
70
73
    color:#0f6b97;