Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/ac8458e3f208cb0da63c7b9a07f3998fb49b3add
...commit
http://git.netsurf-browser.org/netsurf.git/commit/ac8458e3f208cb0da63c7b9a07f3998fb49b3add
...tree
http://git.netsurf-browser.org/netsurf.git/tree/ac8458e3f208cb0da63c7b9a07f3998fb49b3add
The branch, master has been updated
via ac8458e3f208cb0da63c7b9a07f3998fb49b3add (commit)
from 291a5ec79dec5ccefe4a10fd54c937d36b25a42a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=ac8458e3f208cb0da63c7b9a07f3998fb49b3add
commit ac8458e3f208cb0da63c7b9a07f3998fb49b3add
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Tests: NetSurf style for game of life test.
diff --git a/test/js/life.html b/test/js/life.html
index d0841c0..caa6a1f 100644
--- a/test/js/life.html
+++ b/test/js/life.html
@@ -2,6 +2,7 @@
<head>
<meta charset="UTF-8" />
<title>Conway's Game of Life</title>
+ <link rel="stylesheet" type="text/css" href="resource:internal.css">
<style>
canvas#surface {
width: 50vmin;
@@ -10,16 +11,18 @@
}
</style>
</head>
- <body>
- <h1>Conway's Game of Life</h1>
- <div><input id="running" type="checkbox" /> Run</div>
- <div>
- <canvas id="surface" width="50" height="50">
- Sorry, you can't play Game of Life if JavaScript is turned off
- </canvas>
- </div>
- <div>
- <button id="random">Randomise</button>
+ <body class="ns-even-bg ns-even-fg ns-border">
+ <h1 class="ns-border">Conway's Game of Life</h1>
+ <div style="margin: 1em;">
+ <div><input id="running" type="checkbox" /> Run</div>
+ <div>
+ <canvas id="surface" width="50" height="50">
+ Sorry, you can't play Game of Life if JavaScript is turned off
+ </canvas>
+ </div>
+ <div>
+ <button id="random">Randomise</button>
+ </div>
</div>
</body>
<script>
-----------------------------------------------------------------------
Summary of changes:
test/js/life.html | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/test/js/life.html b/test/js/life.html
index d0841c0..caa6a1f 100644
--- a/test/js/life.html
+++ b/test/js/life.html
@@ -2,6 +2,7 @@
<head>
<meta charset="UTF-8" />
<title>Conway's Game of Life</title>
+ <link rel="stylesheet" type="text/css" href="resource:internal.css">
<style>
canvas#surface {
width: 50vmin;
@@ -10,16 +11,18 @@
}
</style>
</head>
- <body>
- <h1>Conway's Game of Life</h1>
- <div><input id="running" type="checkbox" /> Run</div>
- <div>
- <canvas id="surface" width="50" height="50">
- Sorry, you can't play Game of Life if JavaScript is turned off
- </canvas>
- </div>
- <div>
- <button id="random">Randomise</button>
+ <body class="ns-even-bg ns-even-fg ns-border">
+ <h1 class="ns-border">Conway's Game of Life</h1>
+ <div style="margin: 1em;">
+ <div><input id="running" type="checkbox" /> Run</div>
+ <div>
+ <canvas id="surface" width="50" height="50">
+ Sorry, you can't play Game of Life if JavaScript is turned off
+ </canvas>
+ </div>
+ <div>
+ <button id="random">Randomise</button>
+ </div>
</div>
</body>
<script>
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]