source: ether_2012/web/resources/css/library/bluetrip/css/ie.css @ 319

Last change on this file since 319 was 319, checked in by vmipsl, 12 years ago

Import du projet Ether pour le nouveau look 2012

File size: 1.3 KB
Line 
1/* ie.css */
2body {text-align:center;}
3.container {text-align:left;}
4* html .column {overflow-x:hidden;}
5* html legend {margin:-18px -8px 16px 0;padding:0;}
6ol {margin-left:2em;}
7sup {vertical-align:text-top;}
8sub {vertical-align:text-bottom;}
9html>body p code {*white-space:normal;}
10hr {margin:-8px auto 11px;}
11.container ul { list-style: disc outside; margin-left: 2em; } /* IE can't handle :before and :after */
12.container ul li { text-indent: 0; margin-left: 0; }
13.container legend { margin-bottom: 1.6em; } /* IE form margin bug */
14sup, sub { font-size: 100%; } /* IE superscript & subscript bug */
15.container blockquote p, #content blockquote ul, #content blockquote ol, #content blockquote dl, #content blockquote pre, #content blockquote address, 
16.container blockquote table, #content blockquote form, #content blockquote h1, #content blockquote h2, #content blockquote h3, #content blockquote h4, #content blockquote h5, #content blockquote h6 { margin-top: .8em; margin-bottom: .8em; } /* IE can't handle :first-child */
17* html .container textarea, * html .container input { padding: 0; } /* IE < 7 form fix */
18.container input[type='submit'], .container input[type='button'] { padding: 0; } /* IE 7 button fix */
19.container legend+* { margin-top: 0; } /* we already added legend margin */
20a abbr, a acronym { text-decoration: underline; } /* IE 7 bug */
Note: See TracBrowser for help on using the repository browser.