update for deploy

This commit is contained in:
2012-11-20 17:07:02 +01:00
parent a53e7e9ecd
commit 63a9e3ce94
4 changed files with 7 additions and 7 deletions
@@ -1,10 +1,11 @@
//BOOTSTRAP overrides
body
.main-content
h1, h2, h3, h4
color: #eee
a
color: white
&:hover
color: white
.table-hover
tbody
tr
+1 -2
View File
@@ -11,7 +11,6 @@ html lang="en"
/[if lt IE 9]
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
= stylesheet_link_tag "supplier/application", :media => "all"
= stylesheet_link_tag "supplier/application", :media => "all"
link href="/images/apple-touch-icon-144x144.png" rel="apple-touch-icon-precomposed" sizes="144x144"
link href="/images/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"
link href="/images/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"
@@ -50,7 +49,7 @@ html lang="en"
li= link_to Table.model_name.human_plural, suppliers_tables_path
li= link_to List.model_name.human_plural, suppliers_lists_path
.container
.content
.content.main-content
- if flash[:alert].present?
.alert.alert-error
a.close data-dismiss="alert" ×
@@ -42,7 +42,7 @@ html lang="en"
.alert.alert-success
a.close data-dismiss="alert" ×
div= flash[:notice]
.row
.row.main-content
.span9
= yield
.span3