~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Michael Hudson
  • Date: 2008-09-24 04:52:40 UTC
  • mto: (217.1.9 logging)
  • mto: This revision was merged to the branch mainline in revision 226.
  • Revision ID: michael.hudson@canonical.com-20080924045240-9vut19xgxid7txcr
whitespace, style, typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
#finderBox {
121
121
        width:300px;
122
122
        float:right;
123
 
        padding:0px;
 
123
        padding: 10px 0px 0px 0px;
124
124
}
125
125
#finderBox label {
126
126
        float:left;
318
318
}
319
319
#pages a:hover {
320
320
        border:solid 1px #666666;
321
 
}               
 
321
}
 
322
.breadcrumb a {
 
323
        color:#889ea9;
 
324
        font-weight:bold;
 
325
        font-size:18px;
 
326
}
 
327
.breadcrumb a:hover{
 
328
        color:#666;
 
329
        font-weight:bold;
 
330
        font-size:18px;
 
331
}