~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Martin Albisetti
  • Date: 2008-10-10 19:26:48 UTC
  • mfrom: (218.2.7 loggerhead.empty_branch)
  • Revision ID: martin.albisetti@canonical.com-20081010192648-3ubztpqkk3ky303q
Fix bug #258710, /files page explodes in an empty branch. (Marius Kruger)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*Info Box*/
2
 
.information, .committer, .timer, .mfrom, .mto, .revid {
 
2
#infoContainer {
 
3
        width:900px;
 
4
        padding:10px 10px 0px 10px;
 
5
        margin:0px 0px 10px 0px;
 
6
        color:#666;
 
7
        background:#fcfcfc;
 
8
        border:1px solid #b7b7b7;
 
9
}
 
10
.information, .comiter, .timer, .mfrom, .mto, .revid {
3
11
        float:left;
4
12
        margin:0px 10px 5px 0px;
5
13
        padding:0px 0px 2px 18px;