(hoofbeats) Adds padding for the header navbar.
authorSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 07:53:31 +0000 (09:53 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 07:53:31 +0000 (09:53 +0200)
examples/hoofbeats/index.html
examples/hoofbeats/make-wgt.sh

index 51259e7..7a325d8 100644 (file)
@@ -10,6 +10,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
     <link id="cowhide-theme" rel="stylesheet" href="lib/cowhide-default.css">
+    <link rel="stylesheet" href="stylesheets/hoofbeats.css">
   </head>
 
   <body>
@@ -32,7 +33,9 @@
         </div>
       </div>
 
-      {{outlet library}}
+      <div class="content">
+          {{outlet library}}
+      </div>
     </script>
 
     <script type="text/x-handlebars" data-template-name="mediaItems">
index 7df064b..7c3a439 100755 (executable)
@@ -45,5 +45,5 @@ if [[ -f $PROJECT_NAME.wgt ]] ; then
   rm $PROJECT_NAME.wgt
 fi
 
-zip --exclude stats/utils/\* stats/.git -r $PROJECT_NAME.wgt index.html icon.png javascripts lib
+zip --exclude stats/utils/\* stats/.git -r $PROJECT_NAME.wgt index.html icon.png javascripts stylesheets lib
 zip -j $PROJECT_NAME.wgt $CONFIG_FILE