Merge: concurrent_collections: Add implementation of has method
[nit.git] / contrib / nitrpg / www / styles / main.css
1 body { padding-top: 70px; }
2
3 .navbar .breadcrumb {
4 background-color: transparent;
5 margin-bottom: 0;
6 margin-top: 0.5em;
7 }
8
9 /* columns of same height styles */
10 .container-xs-height {
11 display:table;
12 padding-left:0px;
13 padding-right:0px;
14 }
15 .row-xs-height {
16 display:table-row;
17 }
18 .col-xs-height {
19 display:table-cell;
20 float:none;
21 }
22 @media (min-width: 768px) {
23 .container-sm-height {
24 display:table;
25 padding-left:0px;
26 padding-right:0px;
27 }
28 .row-sm-height {
29 display:table-row;
30 }
31 .col-sm-height {
32 display:table-cell;
33 float:none;
34 }
35 }
36 @media (min-width: 992px) {
37 .container-md-height {
38 display:table;
39 padding-left:0px;
40 padding-right:0px;
41 }
42 .row-md-height {
43 display:table-row;
44 }
45 .col-md-height {
46 display:table-cell;
47 float:none;
48 }
49 }
50 @media (min-width: 1200px) {
51 .container-lg-height {
52 display:table;
53 padding-left:0px;
54 padding-right:0px;
55 }
56 .row-lg-height {
57 display:table-row;
58 }
59 .col-lg-height {
60 display:table-cell;
61 float:none;
62 }
63 }
64
65 /* vertical alignment styles */
66 .col-top {
67 vertical-align:top;
68 }
69 .col-middle {
70 vertical-align:middle;
71 }
72 .col-bottom {
73 vertical-align:bottom;
74 }