Browse Source

Fix build error in minified css causing doc menus not to appear

pull/993/head
jlukic 10 years ago
parent
commit
05214676cf
10 changed files with 20 additions and 19 deletions
  1. 2
      build/less/themes/packages/default/collections/menu.variables
  2. 2
      build/minified/definitions/collections/menu.min.css
  3. 14
      build/packaged/definitions/css/semantic.css
  4. 2
      build/packaged/definitions/css/semantic.min.css
  5. 2
      build/uncompressed/definitions/collections/menu.css
  6. 6
      build/uncompressed/definitions/elements/step.css
  7. 6
      build/uncompressed/definitions/modules/sticky.css
  8. 1
      package.json
  9. 2
      server/layouts/default.html.eco
  10. 2
      src/themes/packages/default/collections/menu.variables

2
build/less/themes/packages/default/collections/menu.variables

@ -248,7 +248,7 @@
---------------*/
/* Inverted */
@invertedBackground: none #333333;
@invertedBackground: #333333;
@invertedBoxShadow: none;
@invertedHeaderBackground: rgba(0, 0, 0, 0.3);

2
build/minified/definitions/collections/menu.min.css
File diff suppressed because it is too large
View File

14
build/packaged/definitions/css/semantic.css

@ -3203,7 +3203,7 @@ body > .ui.grid:not(.page) {
Inverted
---------------*/
.ui.inverted.menu {
background: none #333333;
background: #333333;
-webkit-box-shadow: none;
box-shadow: none;
}
@ -14231,6 +14231,9 @@ a.ui.yellow.label:hover:before {
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/*******************************
Step
*******************************/
@ -14252,9 +14255,6 @@ a.ui.yellow.label:hover:before {
/* Down */
/* Active */
/* Disabled */
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/
@ -20038,12 +20038,12 @@ body.pushed.scrolling.ui.dimmable {
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/*******************************
Sticky
*******************************/
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/

2
build/packaged/definitions/css/semantic.min.css
File diff suppressed because it is too large
View File

2
build/uncompressed/definitions/collections/menu.css

@ -1214,7 +1214,7 @@
Inverted
---------------*/
.ui.inverted.menu {
background: none #333333;
background: #333333;
-webkit-box-shadow: none;
box-shadow: none;
}

6
build/uncompressed/definitions/elements/step.css

@ -126,6 +126,9 @@
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/*******************************
Step
*******************************/
@ -147,9 +150,6 @@
/* Down */
/* Active */
/* Disabled */
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/

6
build/uncompressed/definitions/modules/sticky.css

@ -126,12 +126,12 @@
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/*******************************
Sticky
*******************************/
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/

1
package.json

@ -14,6 +14,7 @@
"url": "git://github.com/Semantic-Org/Semantic-UI.git"
},
"dependencies": {
"docpad-plugin-ghpages": "~2.4.3",
"jquery": "x.x.x"
},
"devDependencies": {

2
server/layouts/default.html.eco

@ -30,7 +30,7 @@
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
<% if 'development' in @getEnvironments(): %>
<% if 'zzz' in @getEnvironments(): %>
<link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/globals/reset.css">
<link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/globals/site.css">
<link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/icon.css">

2
src/themes/packages/default/collections/menu.variables

@ -248,7 +248,7 @@
---------------*/
/* Inverted */
@invertedBackground: none #333333;
@invertedBackground: #333333;
@invertedBoxShadow: none;
@invertedHeaderBackground: rgba(0, 0, 0, 0.3);

Loading…
Cancel
Save