Merge pull request #34 from robinst/remove-redundant-text-transform

Remove redundant text-transform in CSS
This commit is contained in:
Nishanth Shanmugham
2016-12-03 23:22:48 -06:00
committed by GitHub

View File

@@ -577,7 +577,6 @@ section.main .content .markdown h6 {
font-size: 18px; font-size: 18px;
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif; font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
letter-spacing: -0.005rem; letter-spacing: -0.005rem;
text-transform: uppercase;
font-weight: 700; font-weight: 700;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@@ -604,7 +603,6 @@ section.main .content .markdown h6 {
font-size: 1rem; font-size: 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
letter-spacing: none; letter-spacing: none;
text-transform: none;
} }
section.main .content .markdown code, section.main .content .markdown code,
section.main .content .markdown pre { section.main .content .markdown pre {