Fixed issue #0001670 : Update CSS in main

This commit is contained in:
Michael RICOIS 2013-07-29 14:51:02 +00:00
parent 77ac82c861
commit 4737272c67

View File

@ -1,4 +1,4 @@
/*! normalize.css v2.0.1 */
/*! normalize.css v2.1.2 */
/* ==========================================================================
HTML5 display definitions
@ -63,8 +63,8 @@ audio:not([controls]) {
html {
font-family: sans-serif; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
@ -101,12 +101,13 @@ a:hover {
========================================================================== */
/**
* Address variable `h1` font size within `section` and `article` contexts in
* Firefox 4+, Safari 5, and Chrome.
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
@ -134,6 +135,16 @@ dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
@ -160,9 +171,7 @@ samp {
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/**
@ -282,6 +291,18 @@ input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.