clean look of table in documentation

This commit is contained in:
thrust26 2020-01-18 13:47:15 +01:00
parent fe826bfc98
commit 75d6ee4ea0
2 changed files with 28 additions and 10 deletions

View File

@ -1,6 +1,15 @@
<html> <html>
<head> <head>
<title>Stella Debugger</title> <title>Stella Debugger</title>
<style>
table, th, td {
border: 1px solid;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
border-collapse: collapse;
}
</style>
</head> </head>
<body> <body>

View File

@ -2,6 +2,15 @@
<head> <head>
<title>Stella - A multi-platform Atari 2600 VCS emulator</title> <title>Stella - A multi-platform Atari 2600 VCS emulator</title>
<meta name="AppleTitle" content="docs"> <meta name="AppleTitle" content="docs">
<style>
table, th, td {
border: 1px solid;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
border-collapse: collapse;
}
</style>
</head> </head>
<body bgcolor="#FFFFFF"> <body bgcolor="#FFFFFF">