Update page.html

This commit is contained in:
Val
2018-11-07 16:29:41 -05:00
committed by GitHub
parent b0b164c767
commit 2254c57f22

View File

@@ -15,11 +15,11 @@
} }
table { table {
margin-top: 12px; margin-top: 12px;
border-collapse: collapse;
} }
th, td { th, td {
border: 1px solid black; border: 1px solid black;
border-collapse: collapse;
} }
</style> </style>
</head> </head>