less-rails-semantic_ui 1.10.0.0 → 1.10.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +18 -10
  3. data/assets/javascripts/semantic_ui/definitions/behaviors/colorize.js +3 -3
  4. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +5 -3
  5. data/assets/javascripts/semantic_ui/definitions/behaviors/state.js +5 -3
  6. data/assets/javascripts/semantic_ui/definitions/behaviors/visibility.js +113 -65
  7. data/assets/javascripts/semantic_ui/definitions/behaviors/visit.js +5 -3
  8. data/assets/javascripts/semantic_ui/definitions/globals/site.js +3 -3
  9. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +3 -3
  10. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +3 -3
  11. data/assets/javascripts/semantic_ui/definitions/modules/dimmer.js +5 -3
  12. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +3 -3
  13. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +3 -3
  14. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +3 -3
  15. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +3 -3
  16. data/assets/javascripts/semantic_ui/definitions/modules/progress.js +3 -3
  17. data/assets/javascripts/semantic_ui/definitions/modules/rating.js +3 -3
  18. data/assets/javascripts/semantic_ui/definitions/modules/search.js +4 -4
  19. data/assets/javascripts/semantic_ui/definitions/modules/shape.js +3 -3
  20. data/assets/javascripts/semantic_ui/definitions/modules/sidebar.js +3 -3
  21. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +23 -24
  22. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +3 -3
  23. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +3 -4
  24. data/assets/javascripts/semantic_ui/definitions/modules/video.js +3 -3
  25. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +3 -3
  26. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +3 -3
  27. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +3 -3
  28. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +8 -3
  29. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +3 -3
  30. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +3 -3
  31. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +4 -3
  32. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +3 -3
  33. data/assets/stylesheets/semantic_ui/definitions/elements/flag.less +3 -3
  34. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +3 -3
  35. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +3 -3
  36. data/assets/stylesheets/semantic_ui/definitions/elements/image.less +3 -3
  37. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +3 -3
  38. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +3 -3
  39. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +3 -3
  40. data/assets/stylesheets/semantic_ui/definitions/elements/loader.less +10 -3
  41. data/assets/stylesheets/semantic_ui/definitions/elements/rail.less +3 -3
  42. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +3 -3
  43. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +3 -3
  44. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +3 -3
  45. data/assets/stylesheets/semantic_ui/definitions/globals/reset.less +3 -3
  46. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +3 -3
  47. data/assets/stylesheets/semantic_ui/definitions/modules/accordion.less +4 -3
  48. data/assets/stylesheets/semantic_ui/definitions/modules/checkbox.less +3 -3
  49. data/assets/stylesheets/semantic_ui/definitions/modules/dimmer.less +3 -3
  50. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +3 -3
  51. data/assets/stylesheets/semantic_ui/definitions/modules/modal.less +3 -3
  52. data/assets/stylesheets/semantic_ui/definitions/modules/nag.less +3 -3
  53. data/assets/stylesheets/semantic_ui/definitions/modules/popup.less +3 -3
  54. data/assets/stylesheets/semantic_ui/definitions/modules/progress.less +3 -3
  55. data/assets/stylesheets/semantic_ui/definitions/modules/rating.less +3 -3
  56. data/assets/stylesheets/semantic_ui/definitions/modules/search.less +3 -3
  57. data/assets/stylesheets/semantic_ui/definitions/modules/shape.less +3 -3
  58. data/assets/stylesheets/semantic_ui/definitions/modules/sidebar.less +3 -3
  59. data/assets/stylesheets/semantic_ui/definitions/modules/sticky.less +3 -3
  60. data/assets/stylesheets/semantic_ui/definitions/modules/tab.less +3 -3
  61. data/assets/stylesheets/semantic_ui/definitions/modules/transition.less +3 -3
  62. data/assets/stylesheets/semantic_ui/definitions/modules/video.less +3 -3
  63. data/assets/stylesheets/semantic_ui/definitions/views/ad.less +2 -2
  64. data/assets/stylesheets/semantic_ui/definitions/views/card.less +3 -3
  65. data/assets/stylesheets/semantic_ui/definitions/views/comment.less +3 -3
  66. data/assets/stylesheets/semantic_ui/definitions/views/feed.less +3 -3
  67. data/assets/stylesheets/semantic_ui/definitions/views/item.less +3 -3
  68. data/assets/stylesheets/semantic_ui/definitions/views/statistic.less +3 -3
  69. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +1 -0
  70. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +3 -3
  71. data/lib/less/rails/semantic_ui/version.rb +1 -1
  72. metadata +2 -2
@@ -1,9 +1,9 @@
1
- /*
2
- * # Semantic - Sticky
1
+ /*!
2
+ * # Semantic UI - Sticky
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -91,8 +91,9 @@ $.fn.sticky = function(parameters) {
91
91
  $scroll
92
92
  .on('scroll' + eventNamespace, module.event.scroll)
93
93
  ;
94
-
95
- module.observeChanges();
94
+ if(settings.observeChanges) {
95
+ module.observeChanges();
96
+ }
96
97
  module.instantiate();
97
98
  },
98
99
 
@@ -125,25 +126,23 @@ $.fn.sticky = function(parameters) {
125
126
  var
126
127
  context = $context[0]
127
128
  ;
128
- if(settings.observeChanges) {
129
- if('MutationObserver' in window) {
130
- observer = new MutationObserver(function(mutations) {
131
- clearTimeout(module.timer);
132
- module.timer = setTimeout(function() {
133
- module.verbose('DOM tree modified, updating sticky menu');
134
- module.refresh();
135
- }, 200);
136
- });
137
- observer.observe(element, {
138
- childList : true,
139
- subtree : true
140
- });
141
- observer.observe(context, {
142
- childList : true,
143
- subtree : true
144
- });
145
- module.debug('Setting up mutation observer', observer);
146
- }
129
+ if('MutationObserver' in window) {
130
+ observer = new MutationObserver(function(mutations) {
131
+ clearTimeout(module.timer);
132
+ module.timer = setTimeout(function() {
133
+ module.verbose('DOM tree modified, updating sticky menu');
134
+ module.refresh();
135
+ }, 20);
136
+ });
137
+ observer.observe(element, {
138
+ childList : true,
139
+ subtree : true
140
+ });
141
+ observer.observe(context, {
142
+ childList : true,
143
+ subtree : true
144
+ });
145
+ module.debug('Setting up mutation observer', observer);
147
146
  }
148
147
  },
149
148
 
@@ -1,9 +1,9 @@
1
- /*
2
- * # Semantic - Tab
1
+ /*!
2
+ * # Semantic UI - Tab
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -1,9 +1,9 @@
1
- /*
2
- * # Semantic - Transition
1
+ /*!
2
+ * # Semantic UI - Transition
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributor
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -394,7 +394,6 @@ $.fn.transition = function() {
394
394
  }
395
395
  if(module.cache.style) {
396
396
  module.verbose('Restoring original style attribute', module.cache.style);
397
- console.log('restoring cache', module.cache.style);
398
397
  $module.attr('style', module.cache.style);
399
398
  }
400
399
  if(module.is.looping()) {
@@ -1,9 +1,9 @@
1
- /*
2
- * # Semantic - Video
1
+ /*!
2
+ * # Semantic UI - Video
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/collections/breadcrumb.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Breadcrumb
7
+ /*!
8
+ * # Semantic UI - Breadcrumb
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/collections/form.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Form
7
+ /*!
8
+ * # Semantic UI - Form
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/collections/grid.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Grid
7
+ /*!
8
+ * # Semantic UI - Grid
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/collections/menu.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Menu
7
+ /*!
8
+ * # Semantic UI - Menu
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -1178,6 +1178,11 @@
1178
1178
  }
1179
1179
  .ui.inverted.menu .dropdown .menu .item {
1180
1180
  color: @dropdownTextColor !important;
1181
+ transition: none;
1182
+ }
1183
+ .ui.inverted.menu .dropdown .menu .item:hover {
1184
+ background: @dropdownBackgroundHover !important;
1185
+ color: @dropdownTextColorHover !important;
1181
1186
  }
1182
1187
  .ui.inverted.menu .item.disabled,
1183
1188
  .ui.inverted.menu .item.disabled:hover {
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/collections/message.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Message
7
+ /*!
8
+ * # Semantic UI - Message
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/collections/table.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Table
7
+ /*!
8
+ * # Semantic UI - Table
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/button.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Button
7
+ /*!
8
+ * # Semantic UI - Button
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributors
12
+ * Copyright 2014 Contributorss
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -2390,6 +2390,7 @@
2390
2390
  .ui.vertical.buttons .button {
2391
2391
  display: block;
2392
2392
  float: none;
2393
+ width: 100%;
2393
2394
  margin: @verticalGroupOffset;
2394
2395
  box-shadow: @verticalBoxShadow;
2395
2396
  }
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/divider.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Divider
7
+ /*!
8
+ * # Semantic UI - Divider
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/flag.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Flag
7
+ /*!
8
+ * # Semantic UI - Flag
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/header.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Header
7
+ /*!
8
+ * # Semantic UI - Header
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/icon.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Icon
7
+ /*!
8
+ * # Semantic UI - Icon
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/image.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Image
7
+ /*!
8
+ * # Semantic UI - Image
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/input.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Input
7
+ /*!
8
+ * # Semantic UI - Input
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/label.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Label
7
+ /*!
8
+ * # Semantic UI - Label
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/list.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - List
7
+ /*!
8
+ * # Semantic UI - List
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributors
12
+ * Copyright 2014 Contributorss
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/loader.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Loader
7
+ /*!
8
+ * # Semantic UI - Loader
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -263,4 +263,11 @@
263
263
  display: inline-block;
264
264
  }
265
265
 
266
+ /* Centered Inline */
267
+ .ui.centered.inline.loader.active,
268
+ .ui.centered.inline.loader.visible {
269
+ display: block;
270
+ }
271
+
272
+
266
273
  .loadUIOverrides();
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/rail.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Rail
7
+ /*!
8
+ * # Semantic UI - Rail
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/reveal.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Reveal
7
+ /*!
8
+ * # Semantic UI - Reveal
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/segment.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Segment
7
+ /*!
8
+ * # Semantic UI - Segment
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/elements/step.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Step
7
+ /*!
8
+ * # Semantic UI - Step
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/globals/reset.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Reset
7
+ /*!
8
+ * # Semantic UI - Reset
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/globals/site.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Site
7
+ /*!
8
+ * # Semantic UI - Site
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,16 +4,17 @@
4
4
  *= depend_on semantic_ui/config/modules/accordion.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Accordion
7
+ /*!
8
+ * # Semantic UI - Accordion
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
16
16
  */
17
+
17
18
  /*******************************
18
19
  Theme
19
20
  *******************************/
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/modules/checkbox.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Checkbox
7
+ /*!
8
+ * # Semantic UI - Checkbox
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/modules/dimmer.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Dimmer
7
+ /*!
8
+ * # Semantic UI - Dimmer
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/modules/dropdown.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Dropdown
7
+ /*!
8
+ * # Semantic UI - Dropdown
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/modules/modal.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Modal
7
+ /*!
8
+ * # Semantic UI - Modal
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/modules/nag.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Nag
7
+ /*!
8
+ * # Semantic UI - Nag
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/modules/popup.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Popup
7
+ /*!
8
+ * # Semantic UI - Popup
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributor
12
+ * Copyright 2014 Contributors
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *
@@ -4,12 +4,12 @@
4
4
  *= depend_on semantic_ui/config/modules/progress.variables
5
5
  */
6
6
 
7
- /*
8
- * # Semantic - Progress Bar
7
+ /*!
8
+ * # Semantic UI - Progress Bar
9
9
  * http://github.com/semantic-org/semantic-ui/
10
10
  *
11
11
  *
12
- * Copyright 2014 Contributors
12
+ * Copyright 2014 Contributorss
13
13
  * Released under the MIT license
14
14
  * http://opensource.org/licenses/MIT
15
15
  *