diff --git a/css/style.css b/css/style.css
index 68758f9..55ef6c5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,11 +1,7 @@
-body
-{
- font-family: Arial;
-}
-
div#app
{
color:#666;
+ font-family: Arial;
}
div#app td
diff --git a/index.html b/index.html
index 4549d11..b263969 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
download your own copy and host it yourself.
-
+
Include sci-script-tag.js and write a script tag
where type is set
@@ -75,7 +75,7 @@
Click me!
-
+
When you have a file on your server, say cljs/script.cljs, you can load it using the src attribute:
@@ -83,7 +83,7 @@
<script src="cljs/script.cljs" type="application/x-sci"></script>
-
+
To enable reagent,
in addition to sci-script-tag.js, you need to include sci-script-tag-plugin-reagent.js.