/lenasys/trunk

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

« back to all changes in this revision

Viewing changes to codeigniter/css/body.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-28 08:40:11 UTC
  • mfrom: (90.1.12 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528084011-d6b1aoyjfezqgpeh
merged Jonsson:s changes:

Fixed so the bannermenu is scrollable horizontally but not vertically.
Fixed the layout between bannermenu, sidemenu and cmscontent so it doesn't overlap each.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
.cmsContent {
27
27
        position: relative;
 
28
        top: 54px;
28
29
        left: 50%;
29
 
        margin-left: -351px; 
 
30
        width: 0;
 
31
        height: 0;
 
32
        margin-left: -340px; 
30
33
}
31
34
 
32
35