changeset 19:48cb02f25398

Added very simple style sheet.
author Atul Varma <varmaa@toolness.com>
date Sun, 11 May 2008 17:37:10 -0700
parents 673f5be640e9
children a6644169142b
files gnusto.css gnusto.html
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gnusto.css	Sun May 11 17:37:10 2008 -0700
@@ -0,0 +1,3 @@
+body {
+    font-family: palatino, georgia, verdana, arial, sans-serif;
+}
--- a/gnusto.html	Sun May 11 17:31:51 2008 -0700
+++ b/gnusto.html	Sun May 11 17:37:10 2008 -0700
@@ -4,7 +4,7 @@
 <head>
   <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
   <link rel="stylesheet" type="text/css" media="all"
-        href="" />
+        href="gnusto.css" />
   <title></title>
 </head>
 <body>