merging new web site
[metze/test/web/.git] / style / history.css
1                 /* for left border links*/
2 .notes {
3         position:absolute;
4         top:265px;
5         left:0;
6 }
7 .notes ul {
8         list-style-type:none;
9         text-align:left;
10         padding-left:12px;
11         margin:0;
12         font-size:10px;
13 }
14                 /* Styles for main content (center column) */
15 #content>.center {
16         
17 }
18 .center {
19         position:absolute;
20         top:100px;
21         left:175px;
22         margin:0 2% 0 0;
23         padding-top:30px;
24         padding-left:35px;
25         padding-bottom:50px;
26         padding-right:15px;
27         background-color:#FFF;
28         border-left:1px solid #FFFF64;
29         border-right:1px solid #FFFF64; 
30 )
31 .headline {
32         margin-left:40px;
33         font-style:italic;
34 }
35 #content h4 {
36         font-weight:bold;
37         margin:50px 10px 15px 0;
38 }
39 .latest ul {
40         list-style-type:none;
41         margin-left:40px;
42 }