We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 071e3cc + 633a0c2 commit 68a446fCopy full SHA for 68a446f
tipboard/static/css/layout.css
@@ -65,6 +65,12 @@ table {
65
*/
66
}
67
68
+.col_6_of_6 { width: 100%; }
69
+.col_5_of_6 { width: 83.3333334%; }
70
+.col_4_of_6 { width: 66.6666667%; }
71
+.col_3_of_6 { width: 50%; }
72
+.col_2_of_6 { width: 33.3333%; }
73
+.col_1_of_6 { width: 16.6666667%; }
74
.col_5_of_5 { width: 100%; }
75
.col_4_of_5 { width: 80%; }
76
.col_3_of_5 { width: 60%; }
@@ -79,12 +85,17 @@ table {
79
85
.col_1_of_3 { width: 33.3333%; }
80
86
.col_1_of_2 { width: 50%; }
81
87
.col_1_of_1 { width: 100%; }
88
+
89
+.row_4_of_4 { height: 100%; }
90
+.row_3_of_4 { height: 75%; }
91
+.row_2_of_4 { height: 50%; }
92
+.row_1_of_4 { height: 25%; }
82
93
.row_3_of_3 { height: 100%; }
83
94
.row_2_of_3 { height: 66.6666%; }
84
95
.row_1_of_3 { height: 33.3333%; }
-.row_1_of_1 { height: 100%; }
96
.row_2_of_2 { height: 100%; }
97
.row_1_of_2 { height: 50%; }
98
+.row_1_of_1 { height: 100%; }
99
.col_15_of_5 { width: 30%; }
100
.w80 { width: 80%; }
101
0 commit comments