web/static/css/blueprint/ie.css
author ymh <ymh.work@gmail.com>
Mon, 12 Jul 2010 12:01:22 +0200
changeset 57 3a3c15c462f8
parent 0 ecdfc63274bf
permissions -rw-r--r--
Merge with da0957782d03935d99e10137f123191a9c843391
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
/* -----------------------------------------------------------------------
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
 Blueprint CSS Framework 0.9
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
 http://blueprintcss.org
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
   * Copyright (c) 2007-Present. See LICENSE for more info.
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
   * See README for instructions on how to use Blueprint.
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
   * For credits and origins, see AUTHORS.
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
   * This is a compressed file. See the sources in the 'src' directory.
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
----------------------------------------------------------------------- */
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
/* ie.css */
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
body {text-align:center;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
.container {text-align:left;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
* html .column, * html .span-1, * html .span-2, * html .span-3, * html .span-4, * html .span-5, * html .span-6, * html .span-7, * html .span-8, * html .span-9, * html .span-10, * html .span-11, * html .span-12, * html .span-13, * html .span-14, * html .span-15, * html .span-16, * html .span-17, * html .span-18, * html .span-19, * html .span-20, * html .span-21, * html .span-22, * html .span-23, * html .span-24 {display:inline;overflow-x:hidden;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
* html legend {margin:0px -8px 16px 0;padding:0;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
sup {vertical-align:text-top;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
sub {vertical-align:text-bottom;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
html>body p code {*white-space:normal;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
hr {margin:-8px auto 11px;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
img {-ms-interpolation-mode:bicubic;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
.clearfix, .container {display:inline-block;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
* html .clearfix, * html .container {height:1%;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
fieldset {padding-top:0;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
textarea {overflow:auto;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
input.text:focus, input.title:focus {border-color:#666;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
input.text, input.title, textarea, select {margin:0.5em 0;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
input.checkbox, input.radio {position:relative;top:.25em;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
form.inline div, form.inline p {vertical-align:middle;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
form.inline label {position:relative;top:-0.25em;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;}
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
button, input.button {position:relative;top:0.25em;}