/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/examplesBody.css

  • Committer: b11johgu
  • Date: 2013-05-03 11:39:08 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: b11johgu@student.his.se-20130503113908-m8nilvexb8atwtvz
Added controllers for examplepage, templatelayout.
Updated models for login and database interaction.
Added ajax controller.
... A lot of stuff has changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#bodyContainer{
46
46
        float:left;
47
47
        margin-left:5em;
48
 
        margin-top:5em;
49
 
        width:70%;
 
48
        margin-top:65px;
 
49
        width:80%;
 
50
        z-index:0;
50
51
}
51
52
 
52
53
/*      pinkBanner is a class for a div which contains the style settings for a header that contains h1 */