mirror of https://github.com/stella-emu/stella.git
clean look of table in documentation
This commit is contained in:
parent
fe826bfc98
commit
75d6ee4ea0
|
@ -1,6 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Stella Debugger</title>
|
||||
<style>
|
||||
table, th, td {
|
||||
border: 1px solid;
|
||||
padding: 4px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
<head>
|
||||
<title>Stella - A multi-platform Atari 2600 VCS emulator</title>
|
||||
<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>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
|
Loading…
Reference in New Issue