Merge pull request #89 from markdotto/patch-1
authorDave Gamache <dhgamache@gmail.com>
Wed, 7 Nov 2012 04:29:40 +0000 (20:29 -0800)
committerDave Gamache <dhgamache@gmail.com>
Wed, 7 Nov 2012 04:29:40 +0000 (20:29 -0800)
CSS tweaks: comments, reset, and more

1  2 
docs/css/docs.css

diff --combined docs/css/docs.css
@@@ -7,7 -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%;
  }
  /* Typography
  -------------------------------------------------- */
  
- em {
-   font-style: italic;
- }
- strong {
-   font-weight: bold;
- }
  hr {
    height: 0;
    margin: 10px 0 30px;
@@@ -44,6 -36,7 +36,7 @@@ h6 
  
  /* Docs structural styles
  -------------------------------------------------- */
  .docs-outer-wrapper {
    position: relative;
  }
  
  .social ul {
    height: 20px;
 -  padding-left: 50px;
 +  padding-left: 20px;
    list-style: none;
    text-align: center;
  }
  .iphone .list a[data-transition="slide-out"] {
    padding: 0;
    display: inline;
-   margin: 0; 
+   margin: 0;
    color: #0882f0;
  }
  
  [class*="bar-"] {
    -moz-box-sizing: border-box;
  }
- .bar-title, 
+ .bar-title,
  .tab-inner {
    display: -moz-box;
    -moz-box-orient: horizontal;