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>
|
<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>
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue