From: Salvatore Iovene Date: Fri, 26 Oct 2012 11:01:40 +0000 (+0300) Subject: Adds instruction about linking to Cowhide's stylesheet to the docs. X-Git-Tag: 0.1~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c38fa907a1c5da2293f897eee6744ea341a5ff0;p=profile%2Fivi%2Fcowhide.git Adds instruction about linking to Cowhide's stylesheet to the docs. --- diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 3e7daf1..e913d34 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -154,7 +154,7 @@ <head> <title>Cowhide 101 Template</title> <!-- Cowhide --> - <link href="cowhide-default.min.css" rel="stylesheet"> + <link id="cowhide-theme" href="cowhide-default.min.css" rel="stylesheet"> </head> <body> <h1>Hello, world!</h1> @@ -164,6 +164,8 @@ </html>

{{_i}}And you're set! With those two files added, you can begin to develop any site or application with Cowhide.{{/i}}

+ +

{{_i}}Remember the cowhide-theme id when linking to the Cowhide stylesheet, or you will lose the live theme-swapping capabilities.{{/i}}