Add border to table

This commit is contained in:
nicolas.dorier
2018-04-09 17:43:33 +09:00
parent ac9b8d03d7
commit 25fe32c3f8

View File

@@ -1047,7 +1047,7 @@ pre {
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 0px solid #dee2e6; }
border-top: 1px solid #dee2e6; }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }