Update grid.css

This commit is contained in:
Adam Kaplan 2014-02-12 12:15:46 -06:00
parent 0f1ffcd9ce
commit 694fcd0acd

View file

@ -28,7 +28,6 @@ body {
-------------------------------------------------------------- */ -------------------------------------------------------------- */
header { header {
background: #ec6f66; background: #ec6f66;
color: #555;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }
@ -159,10 +158,6 @@ p {
max-width: 30rem; max-width: 30rem;
} }
em {
font-style: italic;
}
code { code {
background-color: #f8f8f8; background-color: #f8f8f8;
-moz-border-radius: 3px; -moz-border-radius: 3px;
@ -395,7 +390,7 @@ img {
animation-name: fadeInUp; animation-name: fadeInUp;
} }
/* #Clearfix /* #Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */ -------------------------------------------------------------- */
.container:before, .container:before,
.container:after, .container:after,