Sha256: 65cbfb0bc1f0a183bf12376beff1204048964e934dd004dede52e175c55933ef

Contents?: true

Size: 846 Bytes

Versions: 2

Compression:

Stored size: 846 Bytes

Contents

dl,
menu,
ol,
ul,
dd {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

// Chrome blue glow :
select, option, input, textarea, button {
  outline: none;
  font-size: 0.99em;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  &[type="radio"] {
    vertical-align: text-bottom;
  }

  &[type="text"] {
    cursor: text;
  }

  &[type="checkbox"] {
    vertical-align: bottom;
  }

  &[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}


//==========[ IE ]==================
.ie6 hr, .ie7 hr {
  margin-top: -0.5em;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass-capucine-0.2.0 stylesheets/compass-capucine/_normalize-plus.scss
compass-capucine-0.2.0.rc1 stylesheets/compass-capucine/_normalize-plus.scss