Skip to content

Commit

Permalink
Updated component to version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Nov 6, 2015
1 parent 18e26eb commit c0d626a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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": "2.1.4"
"version": "2.1.6"
}
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Site
* # Semantic UI 2.1.6 - Site
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -485,4 +485,4 @@ $.extend($.expr[ ":" ], {
});


})( require("jquery"), window , document );
})( require("jquery"), window, document );
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-site',
summary : 'Semantic UI - Site: Single component release',
version : '2.1.4',
version : '2.1.6',
git : 'git://github.com/Semantic-Org/UI-Site.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-site",
"version": "2.1.4",
"version": "2.1.6",
"title": "Semantic UI - Site",
"description": "Single component release of site",
"homepage": "http://www.semantic-ui.com",
Expand Down
12 changes: 6 additions & 6 deletions site.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Site
* # Semantic UI 2.1.6 - Site
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -27,7 +27,7 @@ body {
padding: 0px;
overflow-x: hidden;
min-width: 320px;
background: #ffffff;
background: #FFFFFF;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.4285em;
Expand Down Expand Up @@ -103,7 +103,7 @@ p:last-child {
--------------------*/

a {
color: #4183c4;
color: #4183C4;
text-decoration: none;
}
a:hover {
Expand All @@ -119,15 +119,15 @@ a:hover {

/* Site */
::-webkit-selection {
background-color: #cce2ff;
background-color: #CCE2FF;
color: rgba(0, 0, 0, 0.87);
}
::-moz-selection {
background-color: #cce2ff;
background-color: #CCE2FF;
color: rgba(0, 0, 0, 0.87);
}
::selection {
background-color: #cce2ff;
background-color: #CCE2FF;
color: rgba(0, 0, 0, 0.87);
}

Expand Down
4 changes: 2 additions & 2 deletions site.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Site
* # Semantic UI 2.1.6 - Site
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -484,4 +484,4 @@ $.extend($.expr[ ":" ], {
});


})( jQuery, window , document );
})( jQuery, window, document );
4 changes: 2 additions & 2 deletions site.min.css

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

2 changes: 1 addition & 1 deletion site.min.js

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

0 comments on commit c0d626a

Please sign in to comment.