sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 1 | /* |
2 | Modifications for iPhone | ||||
3 | */ | ||||
4 | body { | ||||
5 | zoom: 210%; | ||||
6 | } | ||||
7 | |||||
8 | #breadcrumbs { | ||||
9 | font-size: .9em; | ||||
10 | } | ||||
11 | |||||
12 | |||||
13 | div.std table { | ||||
14 | margin: 0 0 20px 0; | ||||
15 | zoom: 130% | ||||
16 | } | ||||
17 | |||||
18 | |||||
19 | div.stdform th { | ||||
20 | font-size: 9px; | ||||
21 | } | ||||
22 | |||||
23 | #content input { | ||||
24 | font-size: 1.3em; | ||||
25 | } | ||||
26 | |||||
27 | |||||
28 | #Pages a { | ||||
29 | font-size: 1.3em; | ||||
30 | width: 75%; | ||||
31 | height:35px; | ||||
32 | } | ||||
33 | |||||
34 | #nav { | ||||
35 | display: none; | ||||
36 | } | ||||
37 | |||||
38 |