From 751a7e37fd12ec962103a84ef78b18c1c5d3fc35 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Nov 2012 17:08:45 -0800 Subject: [PATCH] remove em and strong from docs.css since you're not resetting it --- docs/css/docs.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/css/docs.css b/docs/css/docs.css index 63244b0..2b8e4b0 100644 --- a/docs/css/docs.css +++ b/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; @@ -359,7 +351,7 @@ h6 { .iphone .list a[data-transition="slide-out"] { padding: 0; display: inline; - margin: 0; + margin: 0; color: #0882f0; } @@ -1074,7 +1066,7 @@ h6 { [class*="bar-"] { -moz-box-sizing: border-box; } -.bar-title, +.bar-title, .tab-inner { display: -moz-box; -moz-box-orient: horizontal; -- 2.39.2