We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9924ad commit 5988ac5Copy full SHA for 5988ac5
_sass/_layout.scss
@@ -277,26 +277,23 @@
277
278
table {
279
background-color: #FFFFFF;
280
- width: 100%;
281
text-align: left;
282
border-collapse: collapse;
283
margin-bottom: 10px;
284
}
285
table td, table th {
286
- border: 1px solid #AAAAAA;
287
- padding: 3px 2px;
+ padding: 5px 10px;
288
289
table tbody td {
290
- font-size: 13px;
+
291
292
- table tr:nth-child(even) {
+ table tr:nth-child(odd) {
293
background: #F3F3F3;
294
295
table thead {
296
background: #C3C3C3;
297
298
table thead th {
299
- font-size: 15px;
300
font-weight: bold;
301
302
0 commit comments