Skip to content

Commit

Permalink
version 1.2 - added flawess gui, and refactored many files and code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Guzei committed Sep 4, 2010
1 parent 6d2c565 commit 13f66ae
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion css/flawless/dev/flawless_ui.js
Expand Up @@ -48,7 +48,7 @@ jQuery(document).ready(function($) {
var $dialog = $('<div id="flawless-ui-menu"></div>')
.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
Expand Down
4 changes: 2 additions & 2 deletions css/style_dev.less
Expand Up @@ -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);
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 13f66ae

Please sign in to comment.