Subversion Repositories eFlore/Applications.coel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1646 alex 1
@CHARSET "UTF-8";
2
 
3
body {
4
	margin: 0px;
5
	padding: 0px;
6
}
7
 
8
#map {
9
	position: relative;
10
}
11
 
12
ul {
13
	padding-left: 10px;
14
	margin-top: 5px;
15
	margin-bottom: 5px;
16
}
17
 
18
ul li {
19
    background: url("../images/petitCarreContour.jpg") no-repeat scroll 10px 6px transparent;
20
    line-height: 18px;
21
    list-style: none outside none;
22
    padding-left: 25px;
23
}
24
 
25
a {
26
	text-decoration : none;
27
    border-bottom: 1px dotted #95AE5D;
28
    color: #598000;
29
    margin: 0;
30
}
31
 
32
.popup-simple-text {
33
	font-size: 1.15em;
34
}