summaryrefslogtreecommitdiff
path: root/templates/project
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project')
-rw-r--r--templates/project/Gemfile2
-rw-r--r--templates/project/README.md2
-rw-r--r--templates/project/assets/stylesheets/application.scss12
-rw-r--r--templates/project/dashboards/layout.erb2
4 files changed, 9 insertions, 9 deletions
diff --git a/templates/project/Gemfile b/templates/project/Gemfile
index 1235b37..46fea32 100644
--- a/templates/project/Gemfile
+++ b/templates/project/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'dashing'
+gem 'smashing'
## Remove this if you don't need a twitter widget.
gem 'twitter', '>= 5.9.0' \ No newline at end of file
diff --git a/templates/project/README.md b/templates/project/README.md
index 260ac2a..7bd2471 100644
--- a/templates/project/README.md
+++ b/templates/project/README.md
@@ -1 +1 @@
-Check out http://shopify.github.com/dashing for more information. \ No newline at end of file
+Check out http://smashing.github.io/smashing for more information.
diff --git a/templates/project/assets/stylesheets/application.scss b/templates/project/assets/stylesheets/application.scss
index 9a7ec7c..fe4fe22 100644
--- a/templates/project/assets/stylesheets/application.scss
+++ b/templates/project/assets/stylesheets/application.scss
@@ -8,14 +8,14 @@
$background-color: #222;
$text-color: #fff;
-$background-warning-color-1: #e82711;
-$background-warning-color-2: #9b2d23;
-$text-warning-color: #fff;
-
-$background-danger-color-1: #eeae32;
-$background-danger-color-2: #ff9618;
+$background-danger-color-1: #e82711;
+$background-danger-color-2: #9b2d23;
$text-danger-color: #fff;
+$background-warning-color-1: #eeae32;
+$background-warning-color-2: #ff9618;
+$text-warning-color: #fff;
+
@-webkit-keyframes status-warning-background {
0% { background-color: $background-warning-color-1; }
50% { background-color: $background-warning-color-2; }
diff --git a/templates/project/dashboards/layout.erb b/templates/project/dashboards/layout.erb
index 4aa5120..76a1704 100644
--- a/templates/project/dashboards/layout.erb
+++ b/templates/project/dashboards/layout.erb
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="/assets/application.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
- <link rel="icon" href="/assets/favicon.ico">
+ <link rel="icon" href="/public/favicon.ico">
</head>
<body>