diff --git a/resources/public/css/style.css b/resources/public/css/style.css index 68758f9..55ef6c5 100644 --- a/resources/public/css/style.css +++ b/resources/public/css/style.css @@ -1,11 +1,7 @@ -body -{ - font-family: Arial; -} - div#app { color:#666; + font-family: Arial; } div#app td diff --git a/resources/public/index.html b/resources/public/index.html index 4549d11..b263969 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -45,7 +45,7 @@ download your own copy and host it yourself.

-

Usage

+

Usage

Include sci-script-tag.js and write a script tag where type is set @@ -75,7 +75,7 @@ Click me! -

Source from file

+

Source from file

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> -

Reagent plugin

+

Reagent plugin

To enable reagent, in addition to sci-script-tag.js, you need to include sci-script-tag-plugin-reagent.js.