/booka/newlayout

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/newlayout

« back to all changes in this revision

Viewing changes to css/main.css

  • Committer: Gustav Hartvigsson
  • Date: 2010-12-12 20:15:50 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20101212201550-7jx5d1h642wnc01y
trying out new layout, initial work

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
}
5
5
 
6
6
.menu{
 
7
        position:relative;
7
8
        border-width:5px;
8
9
        background-color:lightgray;
9
10
        width:25em;
16
17
}
17
18
 
18
19
.menu2{
 
20
        position:absolute;
19
21
        border-width:5px;
20
22
        background-color:lightgray;
21
23
        width:50em;
24
26
        border: 2px solid #000;
25
27
        padding: 1em;
26
28
        margin:1em;
 
29
        top:17em;
 
30
        left:30em;
27
31
}
28
32
 
29
33
.lefta{
73
77
        color:RED;
74
78
}
75
79
 
 
80
#foot{
 
81
        position:relative;
 
82
        margin:1em;
 
83
}