/site/media/bluetrip/css/ie.css
CSS | 29 lines | 20 code | 2 blank | 7 comment | 0 complexity | f51e83de70e2262969f99f76337593d0 MD5 | raw file
1/************************************* 2 WELCOME TO THE IE STYLESHEET 3-------------------------------------- 4 ie.css 5 BlueTrip CSS Framework 6 http://bluetrip.org 7***************************************/ 8 9body {text-align:center;} 10.container {text-align:left;} 11* html .column {overflow-x:hidden;} 12* html legend {margin:-18px -8px 16px 0;padding:0;} 13ol {margin-left:2em;} 14sup {vertical-align:text-top;} 15sub {vertical-align:text-bottom;} 16html>body p code {*white-space:normal;} 17hr {margin:-8px auto 11px;} 18ul { list-style: disc outside; margin-left: 2em; } /* IE can't handle :before and :after */ 19ul li { text-indent: 0; margin-left: 0; } 20legend { margin-bottom: 1.6em; } /* IE form margin bug */ 21sup, sub { font-size: 100%; } /* IE superscript & subscript bug */ 22blockquote p, blockquote ul, blockquote ol, blockquote dl, blockquote pre, blockquote address, 23blockquote table, blockquote form, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 { margin-top: .8em; margin-bottom: .8em; } /* IE can't handle :first-child */ 24* html textarea, * html input { padding: 0; } /* IE < 7 form fix */ 25input[type='submit'], input[type='button'] { padding: 0; } /* IE 7 button fix */ 26legend+* { margin-top: 0; } /* we already added legend margin */ 27a abbr, a acronym { text-decoration: underline; } /* IE 7 bug */ 28fieldset legend { margin: 0; } /* IE 6 disappearing legend bug */ 29