changeset 1294:2555154ad19f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 10 Jan 2019 18:22:52 -0700
parents 007ceb8dcf89
children 9dca1e912658
files .hgignore website/src/fschmidt/stopwatch.html
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun Jan 06 14:09:24 2019 -0700
+++ b/.hgignore	Thu Jan 10 18:22:52 2019 -0700
@@ -10,3 +10,4 @@
 go
 local
 luan-*.tar
+.DS_Store
--- a/website/src/fschmidt/stopwatch.html	Sun Jan 06 14:09:24 2019 -0700
+++ b/website/src/fschmidt/stopwatch.html	Thu Jan 10 18:22:52 2019 -0700
@@ -1,6 +1,7 @@
 <!doctype html>
 <html>
 	<head>
+		<title>Stopwatch</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1">
 		<style>
 			body {
@@ -8,7 +9,7 @@
 			}
 			button {
 				cursor: pointer;
-				font-size: 1em;
+				font-size: inherit;
 				border-radius: 6px;
 				display: none;
 			}