File: handheld.css

package info (click to toggle)
w3c-markup-validator 0.7.4-5.2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,736 kB
  • ctags: 117
  • sloc: perl: 1,938; sh: 94; makefile: 53; xml: 8
file content (24 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
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 }

}