/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: elof.bigestans at gmail
  • Date: 2013-05-27 14:08:19 UTC
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: elof.bigestans@gmail.com-20130527140819-p6j84f9l71zxofyp
* Started work on the viewStudents functionality... So far, displaying users works and it outputs correct and standardized html. 
* Still plenty to do though.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@charset "utf-8";
 
2
/* CSS Document */
 
3
 
 
4
/* This sets all the margins and paddings to zero so you can controll this individually for each element instead. */
 
5
* {
 
6
        margin: 0;
 
7
        padding: 0;
 
8
}
 
9
 
 
10
/* This two rows sets 1em to 10px. */
 
11
html { font-size: 125%;}
 
12
body { font-size: 50%;}
 
13
 
 
14
 
 
15
body {  
 
16
        font-family:  Arial, Helvetica, sans-serif;
 
17
        height: 0px;
 
18
        min-width:1024px;
 
19
}
 
20
 
 
21
@font-face{
 
22
        font-family: icomoon;
 
23
        src: url(../img/icomoon.ttf);
 
24
}
 
25
 
 
26