File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ <h1 class=entry-title>
127
127
<tbody>
128
128
<tr><td>Chrome</td><td>Google</td></tr>
129
129
<tr><td>Safari</td><td>Apple</td></tr>
130
+ <tr><th colspan=2>Historic</th>
131
+ <tr><td>Mosaic</td><td>NCSA</td></tr>
130
132
</tbody>
131
133
</table>
132
134
Original file line number Diff line number Diff line change @@ -214,6 +214,13 @@ body >.viewitem-panel {
214
214
& :hover {
215
215
background-color : aliceblue ;
216
216
}
217
+ th [colspan] { // add colspan attribute to fill table width
218
+ font-size : 0.9rem ;
219
+ text-align : center ;
220
+ text-transform : uppercase ;
221
+ color : white ;
222
+ background-color : steelblue ;
223
+ }
217
224
td {
218
225
vertical-align : top ;
219
226
padding : 4px 10px ;
You can’t perform that action at this time.
0 commit comments