diff --git a/__crossdomain.xml b/crossdomain.xml similarity index 100% rename from __crossdomain.xml rename to crossdomain.xml diff --git a/css/flawless/dev/flawless_ui.js b/css/flawless/dev/flawless_ui.js index d76ab17..cf2ac8b 100755 --- a/css/flawless/dev/flawless_ui.js +++ b/css/flawless/dev/flawless_ui.js @@ -48,7 +48,7 @@ jQuery(document).ready(function($) { var $dialog = $('
') .html(buildTabs()) .dialog({ - autoOpen: true, // change this to true while developing new plugins + autoOpen: false, // change this to true while developing new plugins title: 'Flaw{LESS} Menu', width: 800, close: dialogClosed diff --git a/css/style_dev.less b/css/style_dev.less index a3b3a44..057dde5 100755 --- a/css/style_dev.less +++ b/css/style_dev.less @@ -111,8 +111,8 @@ header { } /* set the background color variable for nav, article and sidebar 1 */ -@bgColor: #A3CED7; - +//@bgColor: #A3CED7; +@bgColor: red; nav#main-menu { /* the navigation spans all 8 columns */ .grid_span(8); diff --git a/__nginx.conf b/nginx.conf similarity index 100% rename from __nginx.conf rename to nginx.conf diff --git a/__web.config b/web.config similarity index 100% rename from __web.config rename to web.config