/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/examplesMenu.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:
8
8
#wrapper{
9
9
        margin-left: 17em;
10
10
        margin-right: auto;
11
 
        width:70em;
 
11
        width:60%;
12
12
}
13
13
 
14
14
/* Container for menu */
22
22
        margin-top:5em;
23
23
        border: 1px solid #D0D0D0;
24
24
        border-bottom:0px;
25
 
        -webkit-box-shadow: 0 0 8px #D0D0D0;
26
25
}
27
26
 
28
27
/* Menu list */