askbot-dragon 1.5.21-beta → 1.5.22-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -180,6 +180,7 @@
|
|
|
180
180
|
}
|
|
181
181
|
.doubleItem:nth-of-type(1){
|
|
182
182
|
text-align: left;
|
|
183
|
+
margin-right: 6px;
|
|
183
184
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
184
185
|
text-align: left!important;
|
|
185
186
|
}
|
|
@@ -202,6 +203,7 @@
|
|
|
202
203
|
}
|
|
203
204
|
.doubleItem:nth-of-type(1){
|
|
204
205
|
text-align: left;
|
|
206
|
+
margin-right: 6px;
|
|
205
207
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
206
208
|
text-align: left!important;
|
|
207
209
|
}
|
|
@@ -220,19 +222,21 @@
|
|
|
220
222
|
justify-content: space-between;
|
|
221
223
|
align-items: center;
|
|
222
224
|
.tripleItem{
|
|
223
|
-
width: 33
|
|
225
|
+
width: 33%;
|
|
224
226
|
padding: 0;
|
|
225
227
|
white-space: normal;
|
|
226
228
|
word-wrap: break-word;
|
|
227
229
|
}
|
|
228
230
|
.tripleItem:nth-of-type(1){
|
|
229
231
|
text-align: left;
|
|
232
|
+
margin-right: 6px;
|
|
230
233
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
231
234
|
text-align: left!important;
|
|
232
235
|
}
|
|
233
236
|
}
|
|
234
237
|
.tripleItem:nth-of-type(2){
|
|
235
238
|
text-align: center;
|
|
239
|
+
margin-right: 6px;
|
|
236
240
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
237
241
|
text-align: center!important;
|
|
238
242
|
}
|
|
@@ -250,25 +254,28 @@
|
|
|
250
254
|
justify-content: space-between;
|
|
251
255
|
align-items: center;
|
|
252
256
|
.quadrupleItem{
|
|
253
|
-
width:
|
|
257
|
+
width: 24%;
|
|
254
258
|
padding: 0;
|
|
255
259
|
white-space: normal;
|
|
256
260
|
word-wrap: break-word;
|
|
257
261
|
}
|
|
258
262
|
.quadrupleItem:nth-of-type(1){
|
|
259
263
|
text-align: left;
|
|
264
|
+
margin-right: 6px;
|
|
260
265
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
261
266
|
text-align: left!important;
|
|
262
267
|
}
|
|
263
268
|
}
|
|
264
269
|
.quadrupleItem:nth-of-type(2){
|
|
265
270
|
text-align: center;
|
|
271
|
+
margin-right: 6px;
|
|
266
272
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
267
273
|
text-align: center!important;
|
|
268
274
|
}
|
|
269
275
|
}
|
|
270
276
|
.quadrupleItem:nth-of-type(3){
|
|
271
277
|
text-align: center;
|
|
278
|
+
margin-right: 6px;
|
|
272
279
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
273
280
|
text-align: center!important;
|
|
274
281
|
}
|