/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: Gustav Hatvigsson
  • Date: 2013-05-03 12:03:33 UTC
  • mfrom: (52.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130503120333-pps6aq9mlm3weawx
Merged the changes from the implementation team: - Added examplespage.
- Added functions to header.
- Added interactions with database.
- Added ajax controller for user settings.
- Logged in page updated with links.
- Added template layout controller.
and so forth
General changes in Codeigniter.

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 */