1/* Fix broken definition that causes hyperlinks to break */ 2h1[id]:before, 3h2[id]:before, 4h3[id]:before, 5h4[id]:before, 6h5[id]:before, 7h6[id]:before, 8a[name]:before { 9 height:0px; 10 margin:0px; 11} 12/* Blacker text */ 13body { 14 color: #222; 15} 16code, pre { 17 color: #444; 18} 19.dropdown-menu>li>a { 20 color: #666; 21} 22/* Sidebar had too much padding at the top */ 23.well { 24 padding-top: 6px; 25 padding-bottom: 36px; 26} 27/* Font Awesome icons by CSS as markdown class is stripped */ 28h2 i { 29 display: inline-block; 30 font: normal normal normal 14px/1 FontAwesome; 31 font-size: inherit; 32 text-rendering: auto; 33 -webkit-font-smoothing: antialiased; 34 -moz-osx-font-smoothing: grayscale; 35} 36h2#About i:before { 37 content: "\f015"; 38} 39h2#Features i:before { 40 content: "\f0d0"; 41} 42h2#Documentation i:before { 43 content: "\f02d"; 44} 45h2#Releases i:before { 46 content: "\f02c"; 47} 48