~newz/+junk/ubuntu07_2

« back to all changes in this revision

Viewing changes to styles.css

  • Committer: Matthew Nuzum
  • Date: 2007-10-03 15:37:11 UTC
  • Revision ID: matthew.nuzum@canonical.com-20071003153711-rpx9z757mw64tm2a
wow, it works in IE now!

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
}
31
31
#contentpadding {
32
32
        float: left;
 
33
        width: 100%;
33
34
}
34
35
#leftsidebar {
35
36
        position: absolute;
36
37
        left: 20px;
37
38
        top: 188px; /* 170px + 18px */
38
39
        width: 190px;
 
40
        z-index: 100;
39
41
}
40
42
#contentpadding, #leftsidebar {
41
43
        padding-top: 18px;
319
321
/* overide drupal styles */
320
322
.node {
321
323
        margin: inherit;
 
324
        margin: 0;
322
325
        padding: 0 0 0 0;
323
326
}
324
327