blob: 61f4508d08826739d0117a8be3be485170f5f7e6 (
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
|
@media handheld {
/* should not be necessary to wrap this way, but safer is better */
html, body, #menu, #banner, .jumpbar, address, .copyright, #revalidate {
background:white !important;
}
body {
padding: 0;
}
#banner, #main, #address {
margin: 0 !important;
padding: 0 !important;
}
#banner {
height: auto;
}
#source div pre { white-space: normal }
#source div pre a {display: block }
}
|