Skip to content

Commit

Permalink
corrigindo erros no jade
Browse files Browse the repository at this point in the history
  • Loading branch information
asa committed Aug 4, 2014
1 parent 9142099 commit 9fd3381
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
sftp-config.json
config/config.js
npm-debug.log
*.mindnode
*.mindnode
/.project
6 changes: 6 additions & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1135,4 +1135,10 @@ select, textarea, input[type="text"], input[type="password"], input[type="dateti
}
.ie9 .menu_it a:hover .caption {
display: block;
}

/* ---------------- OWA ---------------- */

#owa-tracker-post-container {
display: none;
}
4 changes: 2 additions & 2 deletions views/admin/layout.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
doctype 5
doctype html
mixin table_rec_row(label, data)
tr
td
Expand Down Expand Up @@ -82,7 +82,7 @@ html
link(rel='stylesheet', href='/flat-ui/bootstrap/css/bootstrap.css')
link(rel='stylesheet', href='/flat-ui/bootstrap/css/bootstrap-responsive.css')
link(rel='stylesheet', href='/flat-ui/css/flat-ui.css')
link(rel='stylesheet', href='/js/libs/redactor/v9/redactor.css')
link(rel='stylesheet', href='/js/libs/redactor/v9/redactor.css')
link(rel='stylesheet', href='/css/admin.css')
block styles
//if lt ie 9
Expand Down
2 changes: 1 addition & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ html.no-js(lang="pt-br" )
script(src='js/app-controllers.js')
script(src='js/app-views.js')
script(src='js/app-map.js')
script
script.
// UPDATE YOUR BROWSER
var $buoop = {vs:{i:8,f:15,o:10.6,s:4,n:9}}
$buoop.ol = window.onload;
Expand Down

0 comments on commit 9fd3381

Please sign in to comment.