/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-27 12:06:38 UTC
  • mfrom: (85.1.13 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130527120638-ox55dazs2yhvhd7o
merged Ohlson:s changes:
Cleaned and perfected the template layout view.
edited the body.css to make sure that the content end up at the correct position.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        src: url(../img/icomoon.ttf);
24
24
}
25
25
 
 
26
.cmsContent {
 
27
        position: relative;
 
28
        left: 50%;
 
29
        margin-left: -351px; 
 
30
}
 
31
 
26
32