Browse Source

remove em and strong from docs.css since you're not resetting it

pull/89/head
Mark Otto 12 years ago
parent
commit
751a7e37fd
  1. 8
      docs/css/docs.css

8
docs/css/docs.css

@ -16,14 +16,6 @@ body {
/* Typography
-------------------------------------------------- */
em {
font-style: italic;
}
strong {
font-weight: bold;
}
hr {
height: 0;
margin: 10px 0 30px;

Loading…
Cancel
Save