summaryrefslogtreecommitdiff
path: root/main.css
blob: 81e459a56f98b2a81864b29ff00bbaa25b4e72ac (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
33
34
body {
    font-family: Verdana;
    font-size: 8pt;
}

.subway-map {
    margin: 0;
    width: 500px;
    height:410px;
    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;
}