~ubuntu-tour/+junk/new-lang-system

« back to all changes in this revision

Viewing changes to html/styles.css

  • Committer: Anthony Stewart
  • Date: 2011-04-13 21:04:26 UTC
  • Revision ID: madnessred@gmail.com-20110413210426-x336oab2lh2h2b35
starting with new tour.py system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
body {
2
2
        font-size: 10pt;
3
 
        font-family: sans;
4
 
        
 
3
        font-family: Ubuntu, sans;
5
4
}
6
5
 
7
6
h1 {
30
29
        font-style:italic;
31
30
        display:inline;
32
31
}
 
32
 
 
33
div .full_size{
 
34
        position: relative;
 
35
        top: 0px;
 
36
        left: 0px;
 
37
        width: 100%;
 
38
        height: 100%;
 
39
        overflow: auto;
 
40
}