summaryrefslogtreecommitdiff
path: root/main.css
blob: 64bdcdc05267dda7594c3ddd78702160e83d3276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
body {
    font-family: Verdana;
    font-size: 8pt;
}

.subway-map {
    margin: 0;
    background-color: white;
}

.text {
    text-decoration: none;
    color: black;
}

#legend {
    float: left;
    width: 250px;
    height:400px;
}

#legend div {
    height: 25px;
}

#legend span {
    margin: 5px 5px 5px 0;
}

.subway-map span {
    margin: 5px 5px 5px 0;
}