Mercurial > public > sg101
diff media/css/blueprint/ie.css @ 58:02e5dfa830cc
#11 Update Blueprints to 0.9. Also update the conditional IE specific include of the ie.css file. Hopefully this will resolve some issues seen with IE8.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 24 Jun 2009 00:18:53 +0000 |
parents | dbd703f7d63a |
children | 2a795fd602a4 |
line wrap: on
line diff
--- a/media/css/blueprint/ie.css Tue Jun 23 01:15:23 2009 +0000 +++ b/media/css/blueprint/ie.css Wed Jun 24 00:18:53 2009 +0000 @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- - Blueprint CSS Framework 0.8 + Blueprint CSS Framework 0.9 http://blueprintcss.org * Copyright (c) 2007-Present. See LICENSE for more info. @@ -21,6 +21,15 @@ sub {vertical-align:text-bottom;} html>body p code {*white-space:normal;} hr {margin:-8px auto 11px;} +img {-ms-interpolation-mode:bicubic;} .clearfix, .container {display:inline-block;} * html .clearfix, * html .container {height:1%;} -fieldset {padding-top:0;} \ No newline at end of file +fieldset {padding-top:0;} +input.text, input.title {background-color:#fff;border:1px solid #bbb;} +input.text:focus, input.title:focus {border-color:#666;} +input.text, input.title, textarea, select {margin:0.5em 0;} +input.checkbox, input.radio {position:relative;top:.25em;} +form.inline div, form.inline p {vertical-align:middle;} +form.inline label {position:relative;top:-0.25em;} +form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;} +button, input.button {position:relative;top:0.25em;} \ No newline at end of file