mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
make Setting global
This commit is contained in:
parent
fd34670fa3
commit
096828194b
2 changed files with 6 additions and 6 deletions
|
@ -771,7 +771,7 @@ body.pageslide-open {
|
|||
height: 26px;
|
||||
text-shadow: none; }
|
||||
|
||||
/* line 134, ../sass/modules/_header.scss */
|
||||
/* line 133, ../sass/modules/_header.scss */
|
||||
.nav {
|
||||
/* For modern browsers */
|
||||
/* For IE 6/7 (trigger hasLayout) */
|
||||
|
@ -784,7 +784,7 @@ body.pageslide-open {
|
|||
/* line 7, ../sass/partials/_mixins.scss */
|
||||
.nav:after {
|
||||
clear: both; }
|
||||
/* line 137, ../sass/modules/_header.scss */
|
||||
/* line 136, ../sass/modules/_header.scss */
|
||||
.nav > li {
|
||||
list-style-image: 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 */
|
||||
.nav > li.last {
|
||||
padding-right: 0; }
|
||||
/* line 140, ../sass/modules/_header.scss */
|
||||
/* line 139, ../sass/modules/_header.scss */
|
||||
.nav > li > a {
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
line-height: 26px;
|
||||
height: 26px;
|
||||
font-weight: normal; }
|
||||
/* line 148, ../sass/modules/_header.scss */
|
||||
/* line 147, ../sass/modules/_header.scss */
|
||||
.nav > li > a.intercom em:before {
|
||||
content: '('; }
|
||||
/* line 151, ../sass/modules/_header.scss */
|
||||
/* line 150, ../sass/modules/_header.scss */
|
||||
.nav > li > a.intercom em:after {
|
||||
content: ')'; }
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
var Setting = FormModel.extend({
|
||||
Setting = FormModel.extend({
|
||||
|
||||
blankSchema: {
|
||||
requireViewInvite: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue