/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-24 14:10:14 UTC
  • mfrom: (102 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: elof.bigestans@gmail.com-20130524141014-8pni44bog1rf5ijp
MergedĀ fromĀ trunk

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