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. 12
      docs/css/docs.css

12
docs/css/docs.css

@ -16,14 +16,6 @@ body {
/* Typography /* Typography
-------------------------------------------------- */ -------------------------------------------------- */
em {
font-style: italic;
}
strong {
font-weight: bold;
}
hr { hr {
height: 0; height: 0;
margin: 10px 0 30px; margin: 10px 0 30px;
@ -359,7 +351,7 @@ h6 {
.iphone .list a[data-transition="slide-out"] { .iphone .list a[data-transition="slide-out"] {
padding: 0; padding: 0;
display: inline; display: inline;
margin: 0; margin: 0;
color: #0882f0; color: #0882f0;
} }
@ -1074,7 +1066,7 @@ h6 {
[class*="bar-"] { [class*="bar-"] {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
} }
.bar-title, .bar-title,
.tab-inner { .tab-inner {
display: -moz-box; display: -moz-box;
-moz-box-orient: horizontal; -moz-box-orient: horizontal;

Loading…
Cancel
Save