Selaa lähdekoodia

Updating progress stylesheet

Andrea Franceschini 8 vuotta sitten
vanhempi
commit
9febb6d6a7
1 muutettua tiedostoa jossa 24 lisäystä ja 3 poistoa
  1. 24 3
      files/progress.html

+ 24 - 3
files/progress.html

@@ -1,16 +1,37 @@
 <html>
 <head>
 
+	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" />
+	<style>
+		body {
+			width: 600px;
+			margin: 2em auto;
+			line-height: 1.25em;
+		}
+		hr {
+			margin: 1.5em 0;
+		}
+		h1 {
+			font-size: 1.5em;
+			padding: 0 0 1em 0;
+		}
+		p {
+			margin: 0 0 1.25em 0;
+		}
+		strong {
+			font-weight: bold;
+		}
+	</style>
 </head>
 <body>
 
-<strong>10 Apr 2017</strong>
-
+<h1>10 Apr 2017</h1>
 <p>Worked on Lisa's spreadsheet to convert it into a series of scripts to make the analysis job a bit easier to cross-check.</p>
 <p>I produced not very many scripts yet, as I am still parsing her work and making a plan.</p>
 <p>Also spent a couple of hours on extra-Isaac admin chores.</p>
-
 <hr />
 
+
+
 </body>
 </html>