Merge pull request #89 from markdotto/patch-1
[ratchet] / docs / css / docs.css
index 75fe7d4..fbf2ca2 100644 (file)
@@ -7,7 +7,7 @@ body {
   font-size: 14px;
   line-height: 1.6;
   color: #333;
-  background: #fff;
+  background-color: #fff;
   -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
   -webkit-text-size-adjust: 100%;
 }
@@ -16,14 +16,6 @@ body {
 /* Typography
 -------------------------------------------------- */
 
-em {
-  font-style: italic;
-}
-
-strong {
-  font-weight: bold;
-}
-
 hr {
   height: 0;
   margin: 10px 0 30px;
@@ -44,6 +36,7 @@ h6 {
 
 /* Docs structural styles
 -------------------------------------------------- */
+
 .docs-outer-wrapper {
   position: relative;
 }
@@ -359,7 +352,7 @@ h6 {
 .iphone .list a[data-transition="slide-out"] {
   padding: 0;
   display: inline;
-  margin: 0; 
+  margin: 0;
   color: #0882f0;
 }
 
@@ -1074,7 +1067,7 @@ h6 {
 [class*="bar-"] {
   -moz-box-sizing: border-box;
 }
-.bar-title, 
+.bar-title,
 .tab-inner {
   display: -moz-box;
   -moz-box-orient: horizontal;