docs.css 14.2 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Bootstrap Documentation
 * Special styles for presenting Bootstrap's documentation and code examples.
 */



/* Key scaffolding
-------------------------------------------------- */

body {
  position: relative; /* For scrollyspy */
13
  /* We add the padding to the body for >768px only */
Mark Otto's avatar
Mark Otto committed
14
15
}

Mark Otto's avatar
Mark Otto committed
16
17
/* Top nav and header */
.bs-docs-nav {
Mark Otto's avatar
Mark Otto committed
18
  background-color: #b94a48;
Mark Otto's avatar
Mark Otto committed
19
}
Mark Otto's avatar
Mark Otto committed
20
21
22
23
24
25
26
27
28
29
30
31
32
.bs-docs-nav .navbar-brand,
.bs-docs-nav .navbar-nav > li > a {
  color: #fff;
}
.bs-docs-nav .navbar-nav > .active > a {
  background-color: #993c3a;
}
.bs-docs-nav .navbar-toggle{
  border-color: #b94a48;
}
.bs-docs-nav .navbar-toggle:hover {
  background-color: #993c3a;
  border-color: #993c3a;
Mark Otto's avatar
Mark Otto committed
33
34
35
}


36
37
38
39
40
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

41
42


43
44
45
46
.bs-docs-dl-options h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
47

Mark Otto's avatar
Mark Otto committed
48
/*
49
50
.bs-docs-container,
.bs-home-container {
51
52
53
  padding-left: 15px;
  padding-right: 15px;
}
Mark Otto's avatar
Mark Otto committed
54
*/
55

56
57
58
59
60
61
62
/* Side notes for calling out things */
.bs-docs-sidenote {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  background-color: #fcf2f2;
  border-left: 5px solid #df7c7b;
}
63
64
65
.bs-docs-sidenote h4 {
  margin-top: 0;
}
66
67
68
.bs-docs-sidenote p:last-child {
  margin-bottom: 0;
}
69
70
.bs-docs-sidenote code,
.bs-docs-sidenote .highlight {
71
72
  background-color: #fff;
}
Mark Otto's avatar
Mark Otto committed
73
74
75



76
/* Homepage masthead
Mark Otto's avatar
Mark Otto committed
77
78
-------------------------------------------------- */

79
.bs-masthead {
Mark Otto's avatar
Mark Otto committed
80
81
82
  position: relative;
  margin-bottom: 20px;
  padding: 30px 15px;
Mark Otto's avatar
center    
Mark Otto committed
83
  text-align: center;
Mark Otto's avatar
Mark Otto committed
84
}
85
.bs-masthead h1 {
Mark Otto's avatar
Mark Otto committed
86
  font-size: 50px;
Mark Otto's avatar
Mark Otto committed
87
  line-height: 1;
Mark Otto's avatar
Mark Otto committed
88
89
90
}

/* Download button */
91
.bs-masthead .btn {
Mark Otto's avatar
Mark Otto committed
92
93
  margin-top: 5px;
  margin-bottom: 5px;
Mark Otto's avatar
Mark Otto committed
94
95
96
97
  padding: 18px 24px;
  font-size: 21px;
  color: #b94a48; /* redeclare to override the `.jumbotron a` */
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
98
  border-color: #e5e5e5;
Mark Otto's avatar
Mark Otto committed
99
}
100
101
.bs-masthead .btn:hover,
.bs-masthead .btn:active {
Mark Otto's avatar
Mark Otto committed
102
103
104
  color: #fff; /* redeclare to override the `.jumbotron a` */
  background-color: #b94a48;
  border-color: #b94a48;
Mark Otto's avatar
Mark Otto committed
105
106
}

107
108
/* Textual links */
.bs-masthead-links {
Mark Otto's avatar
Mark Otto committed
109
110
111
  margin: 20px 0;
  list-style: none;
}
112
.bs-masthead-links li {
Mark Otto's avatar
Mark Otto committed
113
114
115
  display: inline;
  color: #999;
}
116
.bs-masthead-links li + li {
Mark Otto's avatar
Mark Otto committed
117
  margin-left: 20px;
Mark Otto's avatar
Mark Otto committed
118
119
120
121
}



122
/* Docs pages and sections
Mark Otto's avatar
Mark Otto committed
123
124
-------------------------------------------------- */

125
126
127
128
129
130
/* Page headers */
.bs-docs-header {
  margin-bottom: 20px;
  padding-top: 30px;
  color: #b94a48;
  border-bottom: 5px solid #b94a48;
Mark Otto's avatar
Mark Otto committed
131
}
132
133
134
135

/* Padding for in-page bookmarks */
.bs-docs-section {
  padding-top: 30px;
Mark Otto's avatar
Mark Otto committed
136
137
138
139
140
141
142
}



/* Sidenav
-------------------------------------------------- */

Mark Otto's avatar
Mark Otto committed
143
144
/* Nav: first level */
.bs-docs-sidebar > .nav {
Mark Otto's avatar
Mark Otto committed
145
146
147
148
149
150
151
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f5f5f5;
  border-radius: 5px;
Mark Otto's avatar
Mark Otto committed
152
}
Mark Otto's avatar
Mark Otto committed
153
154
.bs-docs-sidebar .nav > li > a {
  display: block;
155
  color: #666;
Mark Otto's avatar
Mark Otto committed
156
  padding: 4px 25px;
157
}
Mark Otto's avatar
Mark Otto committed
158
159
160
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  text-decoration: none;
161
  border-right: 1px solid #d5d5d5;
Mark Otto's avatar
Mark Otto committed
162
}
Mark Otto's avatar
Mark Otto committed
163
164
165
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
166
  font-weight: 500;
Mark Otto's avatar
dat red    
Mark Otto committed
167
  color: #b94a48;
168
  background-color: transparent;
Mark Otto's avatar
dat red    
Mark Otto committed
169
  border-right: 1px solid #b94a48;
Mark Otto's avatar
Mark Otto committed
170
171
}

Mark Otto's avatar
Mark Otto committed
172
173
174
175
176
177
178
179
180
181
182
/* Nav: second level (shown on .active) */
.bs-docs-sidebar .nav .nav {
  display: none;
  margin-bottom: 5px;
}
.bs-docs-sidebar .nav > .active > ul {
  display: block;
}
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 2px;
  padding-bottom: 2px;
Mark Otto's avatar
Mark Otto committed
183
  padding-left: 40px;
Mark Otto's avatar
Mark Otto committed
184
185
186
  font-size: 90%;
}

Mark Otto's avatar
Mark Otto committed
187
.bs-docs-sidenav-heading {
188
  margin: 0 0 25px;
189
190
191
}
.bs-docs-sidenav-heading a {
  display: block;
Mark Otto's avatar
Mark Otto committed
192
  padding: 15px 25px;
Mark Otto's avatar
dat red    
Mark Otto committed
193
  color: #b94a48;
Mark Otto's avatar
Mark Otto committed
194
195
196
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 0 #fff;
}
197
.bs-docs-sidenav-heading a:hover {
Mark Otto's avatar
dat red    
Mark Otto committed
198
  color: #a3403e;
199
200
  text-decoration: none;
}
Mark Otto's avatar
Mark Otto committed
201

202
203
204
205
/* Section headings for groups of links */
.bs-docs-sidenav > li > .nav-header {
  margin-top: 20px;
  margin-bottom: 5px;
206
207
208
  font-size: 14px;
  font-weight: 500;
  color: #333;
Mark Otto's avatar
Mark Otto committed
209
}
210
211
212
213
.bs-docs-sidenav > .active > .nav-header,
.bs-docs-sidenav > .active > .nav-header:hover {
  color: #333;
  border-color: #333;
Mark Otto's avatar
Mark Otto committed
214
215
}

Mark Otto's avatar
Mark Otto committed
216
217
218
219
220
221
222
223
224
225
226
/* Increase spacing between page nav and other pages */
.bs-docs-sidenav .nav-divider {
  margin-top: 25px;
  margin-bottom: 25px;
}

.bs-docs-sidebar.affix {
  top: 50px;
  width: 270px;
}

Mark Otto's avatar
Mark Otto committed
227

228

229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
/* Special grid styles
-------------------------------------------------- */

.show-grid {
  margin-bottom: 15px;
}
.show-grid .col {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
}
.show-grid .col:hover {
  background-color: #ddd;
}



Mark Otto's avatar
Mark Otto committed
247
248
249
250
251
252
253
254
255
/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
  position: relative;
  padding: 39px 14px 14px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
256
257
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
Mark Otto's avatar
Mark Otto committed
258
259
260
261
262
263
264
265
266
267
268
269
270
}
/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #9da0a4;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
271
272
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
Mark Otto's avatar
Mark Otto committed
273
274
275
}

/* Tweak display of the examples */
276
277
.bs-docs-example + .prettyprint,
.bs-docs-example + .highlight {
Mark Otto's avatar
Mark Otto committed
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Tweak content of examples for optimum awesome */
.bs-docs-example > p:last-child,
.bs-docs-example > ul:last-child,
.bs-docs-example > ol:last-child,
.bs-docs-example > blockquote:last-child,
.bs-docs-example > input:last-child,
.bs-docs-example > select:last-child,
.bs-docs-example > textarea:last-child,
.bs-docs-example > .table:last-child,
.bs-docs-example > .jumbotron:last-child,
293
294
.bs-docs-example > .alert:last-child,
.bs-docs-example > .panel:last-child,
Mark Otto's avatar
Mark Otto committed
295
.bs-docs-example > .list-group:last-child,
296
.bs-docs-example > .well:last-child {
Mark Otto's avatar
Mark Otto committed
297
298
299
  margin-bottom: 0;
}

300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
/* Typography */
.bs-docs-example-type .table td {
  color: #999;
  vertical-align: middle;
  border-color: ;
}
.bs-docs-example-type .table td,
.bs-docs-example-type .table th {
  padding: 15px 0;
  border-color: #eee;
}
.bs-docs-example-type .table tr:first-child td,
.bs-docs-example-type .table tr:first-child th {
  border-top: 0;
}
.bs-docs-example-type h1,
.bs-docs-example-type h2,
.bs-docs-example-type h3,
.bs-docs-example-type h4,
.bs-docs-example-type h5,
.bs-docs-example-type h6 {
  margin: 0;
}

Mark Otto's avatar
Mark Otto committed
324
325
326
327
/* List groups */
.bs-docs-example > .list-group {
  max-width: 400px;
}
328

Mark Otto's avatar
Mark Otto committed
329
330
331
332
333
/* Navbar examples */
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
334
  min-height: 110px;
Mark Otto's avatar
Mark Otto committed
335
336
337
338
  overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
339
  position: relative;
Mark Otto's avatar
Mark Otto committed
340
341
342
  margin-left: 0;
  margin-right: 0;
}
343
344
345
346
347
348
.bs-navbar-top-example .navbar-fixed-top {
  top: -1px;
}
.bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px;
}
Mark Otto's avatar
Mark Otto committed
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
.bs-navbar-top-example {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0 4px 0 4px;
     -moz-border-radius: 0 4px 0 4px;
          border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}

/* Example modals */
.bs-docs-example-modal {
  background-color: #f5f5f5;
}
.bs-docs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block;
}
.bs-docs-example-modal .modal-dialog {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}

Mark Otto's avatar
Mark Otto committed
389
390
391
392
393
394
395
396
397
/* Example dropdowns */
.bs-docs-example > .dropdown > .dropdown-menu,
.bs-docs-example-submenu > .pull-left > .dropup > .dropdown-menu,
.bs-docs-example-submenu > .pull-left > .dropdown > .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
}
.bs-docs-example-submenu {
398
  min-height: 230px;
Mark Otto's avatar
Mark Otto committed
399
400
401
402
}
.bs-docs-example-submenu > .pull-left + .pull-left {
  margin-left: 20px;
}
Mark Otto's avatar
Mark Otto committed
403

404
405
406
407
408
/* Example tabbable tabs */
.bs-docs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
/* Tooltips */
.bs-docs-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
}

/* Popovers */
.bs-docs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}

Mark Otto's avatar
Mark Otto committed
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465

/* Example templates
-------------------------------------------------- */

.bs-docs-examples h4 {
  margin-bottom: 5px;
}
.bs-docs-examples p {
  margin-bottom: 20px;
}



/* Icons
-------------------------------------------------- */

.the-icons {
  padding-bottom: 1px;
  margin-left: 0;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.the-icons li {
  float: left;
  width: 100px;
  height: 110px;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  -webkit-box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
466
467
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
468
469
  margin: 0 -1px -1px 0;
}
470
.the-icons .glyphicon {
Mark Otto's avatar
Mark Otto committed
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
  display: block;
  margin: 5px auto;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 24px;
}
.the-icons li:hover {
  background-color: rgba(255,0,0,.1);
}



/* Responsive docs
-------------------------------------------------- */

/* Related: responsive utilities tables */
.table code {
  font-size: 13px;
  font-weight: normal;
}

/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}



/* Footer
-------------------------------------------------- */

561
.bs-docs-footer {
562
563
  padding-top: 30px;
  padding-bottom: 30px;
Mark Otto's avatar
Mark Otto committed
564
565
566
  margin-top: 100px;
  border-top: 1px solid #e5e5e5;
}
567
.bs-docs-footer p {
Mark Otto's avatar
Mark Otto committed
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
Mark Otto's avatar
center    
Mark Otto committed
584
  margin-top: 80px;
Mark Otto's avatar
Mark Otto committed
585
586
587
588
589
590
591
592
593
594
595
596
  margin-bottom: 20px;
}
/* Quick links on Home */
.bs-docs-social-buttons {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.bs-docs-social-buttons li {
  display: inline-block;
  line-height: 1;
}
Mark Otto's avatar
Mark Otto committed
597
598
599
.bs-docs-social-buttons li + li {
  margin-left: 15px;
}
Mark Otto's avatar
Mark Otto committed
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
.bs-docs-social-buttons .twitter-follow-button {
  width: 225px !important;
}
.bs-docs-social-buttons .twitter-share-button {
  width: 98px !important;
}



/* Misc docs stuff
-------------------------------------------------- */

/* Pseudo :focus state for showing how it looks in the docs */
input.focused {
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */
  -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
       box-shadow: 0 0 8px rgba(82,168,236,.6);
}

/* Scrollspy demo on fixed height div */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

629
.highlight {
630
  padding: 9px 14px;
631
  margin-bottom: 14px;
632
633
634
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
635
636
637
638
639
640
}
.highlight pre {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
641
  white-space: nowrap;
642
643
}
.highlight pre code {
644
645
646
647
648
  font-size: inherit;
  color: #333; /* Effectively the base text color */
}
.highlight pre .lineno {
  display: inline-block;
649
  width: 22px;
650
651
652
653
  padding-right: 5px;
  margin-right: 10px;
  text-align: right;
  color: #bebec5;
654
655
}

Mark Otto's avatar
Mark Otto committed
656
657
658
659
660
661


/* Docs gallery
-------------------------------------------------- */

.bs-docs-gallery .thumbnail {
662
663
  max-width: 400px;
  margin: 0 auto 20px;
Mark Otto's avatar
Mark Otto committed
664
665
666
667
668
669
}


/* Responsive variations
-------------------------------------------------- */

670
671
672
673
674
675
676
677
678
679
/* Hide code snippets on mobile devices */
@media screen and (max-width: 480px) {
  .bs-docs-example {
    border-radius: 4px;
  }
  .highlight {
    display: none;
  }
}

Mark Otto's avatar
Mark Otto committed
680
681
/* Tablets and up */
@media screen and (min-width: 768px) {
Mark Otto's avatar
Mark Otto committed
682
683
684
  body {
    padding-top: 50px;
  }
Mark Otto's avatar
Mark Otto committed
685

686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
  /* Back to top link */
  .bs-docs-top {
    float: left;
    padding: 7px 15px;
    font-weight: 500;
    color: #999;
    background-color: #eee;
    border-radius: 4px;
  }
  .bs-docs-top:hover {
    color: #fff;
    text-decoration: none;
    background-color: #999;
  }
  .bs-docs-top.affix {
    position: fixed;
    right:  15px;
    bottom: 15px;
  }

Mark Otto's avatar
Mark Otto committed
706
  .bs-docs-header h1 {
707
708
709
710
    font-size: 80px;
    line-height: 1;
  }

711
  /* Undo custom padding */
Mark Otto's avatar
Mark Otto committed
712
  .bs-docs-container {
713
714
715
716
    padding-left: 0;
    padding-right: 0;
  }

717
718
719
720
721
  /* Show the docs nav */
  .bs-docs-sidebar {
    display: block;
  }

Mark Otto's avatar
Mark Otto committed
722
  /* Tweak display of docs jumbotrons */
723
  .bs-masthead {
Mark Otto's avatar
Mark Otto committed
724
725
726
    padding-top:    100px;
    padding-bottom: 100px;
  }
727
  .bs-masthead h1 {
Mark Otto's avatar
Mark Otto committed
728
729
    font-size: 100px;
  }
730
  .bs-masthead p {
Mark Otto's avatar
center    
Mark Otto committed
731
732
    margin-left: 15%;
    margin-right: 15%;
Mark Otto's avatar
Mark Otto committed
733
734
735
    font-size: 30px;
  }

736
737
738
739
740
  .bs-navbar-top-example .navbar-fixed-top,
  .bs-navbar-bottom-example .navbar-fixed-bottom {
    position: absolute;
  }

Mark Otto's avatar
Mark Otto committed
741
742
743
744
}

/* Tablets/desktops and up */
@media screen and (min-width: 992px) {
Mark Otto's avatar
Mark Otto committed
745
746
747
748
749
750

  /* Icons */
  .the-icons li {
    width: 12.5%;
  }

Mark Otto's avatar
Mark Otto committed
751
752
753
754
}

/* Large desktops and up */
@media screen and (min-width: 1200px) {
755
756

}