Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
57:7abef1a956f3 | 58:02e5dfa830cc |
---|---|
1 /* ----------------------------------------------------------------------- | 1 /* ----------------------------------------------------------------------- |
2 | 2 |
3 | 3 |
4 Blueprint CSS Framework 0.8 | 4 Blueprint CSS Framework 0.9 |
5 http://blueprintcss.org | 5 http://blueprintcss.org |
6 | 6 |
7 * Copyright (c) 2007-Present. See LICENSE for more info. | 7 * Copyright (c) 2007-Present. See LICENSE for more info. |
8 * See README for instructions on how to use Blueprint. | 8 * See README for instructions on how to use Blueprint. |
9 * For credits and origins, see AUTHORS. | 9 * For credits and origins, see AUTHORS. |
19 ol {margin-left:2em;} | 19 ol {margin-left:2em;} |
20 sup {vertical-align:text-top;} | 20 sup {vertical-align:text-top;} |
21 sub {vertical-align:text-bottom;} | 21 sub {vertical-align:text-bottom;} |
22 html>body p code {*white-space:normal;} | 22 html>body p code {*white-space:normal;} |
23 hr {margin:-8px auto 11px;} | 23 hr {margin:-8px auto 11px;} |
24 img {-ms-interpolation-mode:bicubic;} | |
24 .clearfix, .container {display:inline-block;} | 25 .clearfix, .container {display:inline-block;} |
25 * html .clearfix, * html .container {height:1%;} | 26 * html .clearfix, * html .container {height:1%;} |
26 fieldset {padding-top:0;} | 27 fieldset {padding-top:0;} |
28 input.text, input.title {background-color:#fff;border:1px solid #bbb;} | |
29 input.text:focus, input.title:focus {border-color:#666;} | |
30 input.text, input.title, textarea, select {margin:0.5em 0;} | |
31 input.checkbox, input.radio {position:relative;top:.25em;} | |
32 form.inline div, form.inline p {vertical-align:middle;} | |
33 form.inline label {position:relative;top:-0.25em;} | |
34 form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;} | |
35 button, input.button {position:relative;top:0.25em;} |