Skip to content

Commit

Permalink
Updated component to version 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Feb 28, 2015
1 parent 52024be commit 66ca05f
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 25 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "1.10.2"
"version": "1.10.4"
}
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* # Semantic - Tab
/*!
* # Semantic UI 1.10.4 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributors
* Copyright 2014 Contributorss
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-tab',
summary : 'Semantic UI - Tab: Single component release',
version : '1.10.2',
version : '1.10.4',
git : 'git://github.com/Semantic-Org/UI-Tab.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-tab",
"version": "1.10.2",
"version": "1.10.4",
"title": "Semantic UI - Tab",
"description": "Single component release of tab",
"homepage": "http://www.semantic-ui.com",
Expand Down
9 changes: 4 additions & 5 deletions tab.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* # Semantic UI - 1.10.2
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
/*!
* # Semantic UI 1.10.4 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributors
* Released under the MIT license
Expand All @@ -10,7 +10,6 @@
*/



/*******************************
UI Tabs
*******************************/
Expand Down
6 changes: 3 additions & 3 deletions tab.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* # Semantic - Tab
/*!
* # Semantic UI 1.10.4 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributors
* Copyright 2014 Contributorss
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
Expand Down
11 changes: 5 additions & 6 deletions tab.min.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* # Semantic UI - 1.10.2
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
/*!
* # Semantic UI 1.10.4 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading.segment:before,.ui.tab.loading:before{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.tab.loading.segment:after,.ui.tab.loading:after{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#aaa transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}
*/.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading.segment:before,.ui.tab.loading:before{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.tab.loading.segment:after,.ui.tab.loading:after{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#aaa transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}
10 changes: 5 additions & 5 deletions tab.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66ca05f

Please sign in to comment.