Subversion Repositories wimsdev

Rev

Rev 5699 | Rev 10290 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5699 Rev 9282
Line 7... Line 7...
7
<meta http-equiv="Content-Style-Type" content="text/css"/>
7
<meta http-equiv="Content-Style-Type" content="text/css"/>
8
 
8
 
9
$wims_expire
9
$wims_expire
10
$wims_CSS
10
$wims_CSS
11
 
11
 
12
 
-
 
13
<!-- Styles Specifiques pour les terminaux mobiles (iphone, ipod, iPad...) -->
-
 
14
<meta name="viewport" content="width=device-width,initial-scale=1.00" />
-
 
15
 
-
 
16
<!-- Styles pour iphone -->
-
 
17
<link rel="stylesheet" media="all and (max-device-width: 480px)" href="html/css/mobile.css" type="text/css"/>
-
 
18
 
-
 
19
<!-- Styles pour ipad (portrait) -->
-
 
20
<link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" href="html/css/ipad-portrait.css"/>
-
 
21
 
-
 
22
<!-- Styles pour ipad (landscape) -->
-
 
23
<link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" href="html/css/ipad-landscape.css"/>
-