blob: fa0e075486e37b114919a35c03f22aadb99570a4 (
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
35
36
37
38
39
40
41
42
|
#mysociety #map_box {
width: 422px;
}
#mysociety #map, #mysociety #drag {
width: 420px;
height: 420px;
}
#mysociety p#fixed, #mysociety p#unknown {
margin-right: 442px;
width: auto;
}
#mysociety #problem_form {
clear: both;
}
#mysociety h1 {
margin: 0;
font-size: 175%;
}
#mysociety h2 {
font-size: 140%;
}
#mysociety select, #mysociety input, #mysociety textarea {
font-size: 99%;
}
#mysociety a.unsuitable-report {
font-size: small;
}
#mysociety blockquote {
border-left: solid 4px #768eb5;
}
#mysociety .a {
color: #000000;
background-color: #e9eef7;
}
#mysociety #postcodeForm {
background-color: #e9eef7;
}
#mysociety #front_stats div {
background-color: #e9eef7;
width: 6em;
padding: 0.5em;
}
|