~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Jonathan Lange
  • Date: 2009-01-23 20:53:40 UTC
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: jml@canonical.com-20090123205340-plo5ccqjw500aekw
Add branch-info box everywhere, fixing up some style quirks along the way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
        font-weight:bold;
330
330
        font-size:18px;
331
331
}
 
332
#branch-info {
 
333
        width:900px;
 
334
        padding:10px 10px 10px 10px;
 
335
        margin:0px 0px 10px 0px;
 
336
        color:#666;
 
337
        background:#fcfcfc;
 
338
        border:1px solid #b7b7b7;
 
339
}