1- /*
2- * Fonts
3- */
4-
5- @font-face {
6- font-family : ' fontello' ;
7- src : url (' font/fontello.eot' );
8- src : url (' font/fontello.eot#iefix' ) format (' embedded-opentype' ),
9- url (' font/fontello.woff' ) format (' woff' ),
10- url (' font/fontello.ttf' ) format (' truetype' ),
11- url (' font/fontello.svg' ) format (' svg' );
12- font-weight : normal ;
13- font-style : normal ;
14- }
15-
16- [class ^= " icon-" ]:before , [class *= " icon-" ]:before {
17- font-family : " fontello" ;
18- font-style : normal ;
19- font-weight : normal ;
20- speak : none ;
21- display : inline-block ;
22- text-decoration : inherit ;
23- width : 1em ;
24- margin-right : .2em ;
25- text-align : center ;
26- font-variant : normal ;
27- text-transform : none ;
28- }
29-
30- .icon-github-circled :before { content : ' \e800 ' ; } /* '' */
31- .icon-twitter :before { content : ' \e801 ' ; } /* '' */
32-
331//
342// Global
353//
@@ -113,10 +81,9 @@ blockquote:last-child {
11381}
11482
11583
116-
117- /*
118- * Code
119- */
84+ //
85+ // Code
86+ //
12087
12188code ,
12289pre {
@@ -252,31 +219,24 @@ pre {
252219}
253220
254221
255- /*
256- * The Grid
257- * /
222+ //
223+ // The Grid
224+ / /
258225
259226.section {
260227 margin-bottom : 3rem ;
261228}
262229
263230.col {
264231 margin-bottom : 1.5rem ;
265- // padding: 2rem 1rem;
266232}
267233.col p {
268234 max-width : 40rem ;
269235}
270236.col + .col {
271237 padding : 2rem ;
272- // border-top: 1px solid #dfe1e8;
273238 background-color : #f8f9fa ;
274239}
275- @media (min-width : 38em ) {
276- .col {
277- // padding: 2rem;
278- }
279- }
280240@media (min-width : 48em ) {
281241 .section {
282242 display : table ;
@@ -294,38 +254,26 @@ pre {
294254 }
295255}
296256
297- /* Make the ToC a whole section */
257+ // Make the ToC a whole section
298258.toc .col + .col {
299259 background-color : #fff ;
300260}
301261
302262
303- /*
304- * Sections
305- * /
263+ //
264+ // Sections
265+ / /
306266
307267h2 {
308268 padding-top : 1rem ;
309269 margin-bottom : 1.5rem ;
310- // padding: 2rem 1rem 1.5rem;
311- // background-color: #dfe1e8;
312270 border-top : .125rem solid ;
313271}
314272
315- @media (min-width : 38em ) {
316- .heading {
317- // padding: 3rem 3rem 2.5rem;
318- }
319- }
320-
321- .section {
322- // border-bottom: 1px solid #dfe1e8;
323- }
324273
325-
326- /*
327- * Footer
328- */
274+ //
275+ // Footer
276+ //
329277
330278.footer {
331279 padding : 3rem 1rem ;
@@ -343,11 +291,3 @@ h2 {
343291.quick-links li {
344292 display : inline ;
345293}
346-
347-
348- /*
349- * Syntax highlighting
350- */
351-
352- // {% include syntax.css %}
353- // {% include ads.css %}
0 commit comments