style.css | 2 +- diff --git a/style.css b/style.css index 7cfb55f8ad0828d46db2d8ab86aec767541141dedbdb0a821ba846b195309e85..80e824dd12986301befe23705fc699747e6174c74199985b8ea56d76a223be5b 100644 --- a/style.css +++ b/style.css @@ -7,5 +7,5 @@ } h1, h2, h3, h4 { text-align: center } h1, h2, h3, h4, strong { color: #900090 } pre { background-color: #CCCCCC } -table, th, td { border: 1px solid black } +table, th, td { border: 1px solid black ; border-collapse: collapse } -->