make Setting global

This commit is contained in:
Sacha Greif 2013-04-05 12:00:56 +09:00
parent fd34670fa3
commit 096828194b
2 changed files with 6 additions and 6 deletions

View file

@ -771,7 +771,7 @@ body.pageslide-open {
height: 26px; height: 26px;
text-shadow: none; } text-shadow: none; }
/* line 134, ../sass/modules/_header.scss */ /* line 133, ../sass/modules/_header.scss */
.nav { .nav {
/* For modern browsers */ /* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */ /* For IE 6/7 (trigger hasLayout) */
@ -784,7 +784,7 @@ body.pageslide-open {
/* line 7, ../sass/partials/_mixins.scss */ /* line 7, ../sass/partials/_mixins.scss */
.nav:after { .nav:after {
clear: both; } clear: both; }
/* line 137, ../sass/modules/_header.scss */ /* line 136, ../sass/modules/_header.scss */
.nav > li { .nav > li {
list-style-image: none; list-style-image: none;
list-style-type: none; list-style-type: none;
@ -804,17 +804,17 @@ body.pageslide-open {
/* line 50, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */ /* line 50, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.nav > li.last { .nav > li.last {
padding-right: 0; } padding-right: 0; }
/* line 140, ../sass/modules/_header.scss */ /* line 139, ../sass/modules/_header.scss */
.nav > li > a { .nav > li > a {
color: white; color: white;
font-size: 16px; font-size: 16px;
line-height: 26px; line-height: 26px;
height: 26px; height: 26px;
font-weight: normal; } font-weight: normal; }
/* line 148, ../sass/modules/_header.scss */ /* line 147, ../sass/modules/_header.scss */
.nav > li > a.intercom em:before { .nav > li > a.intercom em:before {
content: '('; } content: '('; }
/* line 151, ../sass/modules/_header.scss */ /* line 150, ../sass/modules/_header.scss */
.nav > li > a.intercom em:after { .nav > li > a.intercom em:after {
content: ')'; } content: ')'; }

View file

@ -1,5 +1,5 @@
var Setting = FormModel.extend({ Setting = FormModel.extend({
blankSchema: { blankSchema: {
requireViewInvite: false, requireViewInvite: false,