From c0d626a3db0ce23bad78feb9f81062b4e6e3e97f Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Fri, 6 Nov 2015 15:08:30 -0500 Subject: [PATCH] Updated component to version 2.1.6 --- composer.json | 2 +- index.js | 4 ++-- package.js | 2 +- package.json | 2 +- site.css | 12 ++++++------ site.js | 4 ++-- site.min.css | 4 ++-- site.min.js | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 1c9c35e..d9be222 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.1.4" + "version": "2.1.6" } \ No newline at end of file diff --git a/index.js b/index.js index 6477ec5..008c2af 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Site + * # Semantic UI 2.1.6 - Site * http://github.com/semantic-org/semantic-ui/ * * @@ -485,4 +485,4 @@ $.extend($.expr[ ":" ], { }); -})( require("jquery"), window , document ); +})( require("jquery"), window, document ); diff --git a/package.js b/package.js index f213cee..f42503a 100755 --- a/package.js +++ b/package.js @@ -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', }); diff --git a/package.json b/package.json index dbd25c8..1816392 100755 --- a/package.json +++ b/package.json @@ -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", diff --git a/site.css b/site.css index bfca86b..44a91c2 100755 --- a/site.css +++ b/site.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Site + * # Semantic UI 2.1.6 - Site * http://github.com/semantic-org/semantic-ui/ * * @@ -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; @@ -103,7 +103,7 @@ p:last-child { --------------------*/ a { - color: #4183c4; + color: #4183C4; text-decoration: none; } a:hover { @@ -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); } diff --git a/site.js b/site.js index 133500a..ecd688a 100755 --- a/site.js +++ b/site.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Site + * # Semantic UI 2.1.6 - Site * http://github.com/semantic-org/semantic-ui/ * * @@ -484,4 +484,4 @@ $.extend($.expr[ ":" ], { }); -})( jQuery, window , document ); +})( jQuery, window, document ); diff --git a/site.min.css b/site.min.css index 78d6830..f258642 100755 --- a/site.min.css +++ b/site.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Site + * # Semantic UI 2.1.6 - Site * http://github.com/semantic-org/semantic-ui/ * * @@ -7,4 +7,4 @@ * Released under the MIT license * http://opensource.org/licenses/MIT * - */@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#fff;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.2857em;margin:calc(2rem - .14285em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.714rem}h3{font-size:1.28rem}h4{font-size:1.071rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,p:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}a{color:#4183c4;text-decoration:none}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)} \ No newline at end of file + */@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#FFF;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.2857em;margin:calc(2rem - .14285em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.714rem}h3{font-size:1.28rem}h4{font-size:1.071rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,p:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}a{color:#4183C4;text-decoration:none}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}::selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)} \ No newline at end of file diff --git a/site.min.js b/site.min.js index d0b7931..27ad5ca 100755 --- a/site.min.js +++ b/site.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Site + * # Semantic UI 2.1.6 - Site * http://github.com/semantic-org/semantic-ui/ * *