Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jedateach committed Oct 6, 2015
1 parent de0a64e commit b37fb91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ A basic SilverStripe bolilerplate theme, running on Bootstrap. Uses less as the

## Requirements

* [grunt](http://gruntjs.com/) (and it's dependencies: npm, node)
* [grunt](http://gruntjs.com/) or [gulp](http://gulpjs.com/) (and their dependencies: npm, node)
* [bower](http://bower.io/)

## Setup
Expand Down
2 changes: 1 addition & 1 deletion templates/Page.ss
Expand Up @@ -3,7 +3,7 @@
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<% require themedCSS("site") %>
<% require themedCSS(site) %>
<% include Head %>
<body class="$ClassName">
<% include Header %>
Expand Down
2 changes: 1 addition & 1 deletion templates/Security.ss
Expand Up @@ -3,7 +3,7 @@
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<% require themedCSS("site") %>
<% require themedCSS(site) %>
<% include Head %>
<body class="$ClassName">
<div class="container">
Expand Down

0 comments on commit b37fb91

Please sign in to comment.