Skip to content

Commit

Permalink
Removes some more elements we will not need #82 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
iteles committed Mar 17, 2015
1 parent 4051217 commit aec687a
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions front/css/normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ body {

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
Expand All @@ -42,7 +39,6 @@ summary {

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
Expand Down Expand Up @@ -126,20 +122,7 @@ svg:not(:root) {
/* Grouping content
========================================================================== */

hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}

pre {
overflow: auto;
}

code,
kbd,
pre,
samp {
code {
font-family: monospace, monospace;
font-size: 1em;
}
Expand Down Expand Up @@ -218,12 +201,6 @@ input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}


legend {
border: 0;
padding: 0;
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
Expand Down

0 comments on commit aec687a

Please sign in to comment.