Files
mirror-processhacker/misc/website/websitev2/css/normalize.css
T
xhmikosr f60df5cfbb Update normalize.css.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5392 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-08-03 23:06:23 +00:00

68 lines
1.4 KiB
CSS

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
footer,
header,
nav,
section {
display: block;
}
/**
* Address `[hidden]` styling not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent;
}
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}