File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ agam graeci
170
170
At ornatus splendide sed.
171
171
172
172
.Library dependencies
173
- [#dependencies%autowidth]
173
+ [#dependencies%autowidth%footer,stripes=hover ]
174
174
|===
175
175
|Library |Version
176
176
@@ -191,6 +191,9 @@ At ornatus splendide sed.
191
191
192
192
|jscs
193
193
|^2.3.5
194
+
195
+ h|Total
196
+ |6
194
197
|===
195
198
196
199
Cum dicat putant ne.
Original file line number Diff line number Diff line change 287
287
background : var (--table-stripe-background );
288
288
}
289
289
290
+ .doc table .tableblock > tfoot {
291
+ background : var (--table-footer-background );
292
+ }
293
+
290
294
.doc .halign-left {
291
295
text-align : left;
292
296
}
Original file line number Diff line number Diff line change 116
116
--sidebar-background : var (--color-smoke-90 );
117
117
--table-border-color : var (--panel-border-color );
118
118
--table-stripe-background : var (--panel-background );
119
+ --table-footer-background : linear-gradient (to bottom, var (--color-smoke-70 ) 0% , var (--color-white ) 100% );
119
120
/* footer */
120
121
--footer-line-height : var (--doc-line-height );
121
122
--footer-background : var (--color-jet-80 );
You can’t perform that action at this time.
0 commit comments