/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: a11andoh
  • Date: 2013-05-24 08:43:41 UTC
  • mfrom: (93 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: a11andoh@student.his.se-20130524084341-dewc6yb1cskf4nxr
blurp

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
}
 
19
 
 
20
@font-face{
 
21
        font-family: icomoon;
 
22
        src: url(../img/icomoon.ttf);
 
23
}
 
24
 
 
25