diff --git a/README.md b/README.md index ff824b8..9463972 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,3 @@ $(document).ready(function(){ ); }); </script> - -

DEMO

diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1802e7a --- /dev/null +++ b/bower.json @@ -0,0 +1,16 @@ +{ + "name": "jQuery-Github-Feed", + "main": "src/github-feed.js", + "homepage": "https://github.com/bachors/jQuery-Github-Feed", + "description": "This is a small and simple jQuery plugin to make github repositories, activity and gists widget from multiple accounts.", + "keywords": [ + "github", + "feed", + "repositories", + "git" + ], + "license": "MIT", + "ignore": [ + "**/.*" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..4663a0b --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "jQuery-Github-Feed", + "version": "1.0.0", + "description": "This is a small and simple jQuery plugin to make github repositories, activity and gists widget from multiple accounts.", + "repository": "bachors/jQuery-Github-Feed", + "author": "Ican Bachors", + "license": "MIT", + "bugs": { + "url": "https://github.com/bachors/jQuery-Github-Feed/issues" + }, + "homepage": "https://github.com/bachors/jQuery-Github-Feed", + "dependencies": { + "jquery": "^2.1.3", + "fontawesome": "^4.7.0" + }, + "keywords": [ + "github", + "feed", + "repositories", + "git" + ] +} diff --git a/src/github-feed.css b/src/github-feed.css index 48bea9a..3ba0fb1 100644 --- a/src/github-feed.css +++ b/src/github-feed.css @@ -25,8 +25,10 @@ .github-feed .head { font-size: 1em; width: calc(100% - 20px); +/* width: 100%; */ padding: 10px; height: 70px; +/* height: 90px; */ background: #f5f5f5; border-bottom: 1px solid #d8d8d8; display: block; @@ -76,7 +78,8 @@ .github-feed .head .left img { width: 60px; border: 1px solid #d8d8d8; - padding: 3px; + padding: 0px 3px; + margin: 0px !important } .github-feed .head .right { @@ -89,6 +92,7 @@ .github-feed .gftabs { display: block; width: 100%; + background: #fafafa; } .github-feed .gftabs .gftab { @@ -137,6 +141,7 @@ padding: 10px; padding-right: 0; width: calc(100% - 10px); +/* width: 100%; */ border-bottom: 1px solid #d8d8d8; font-weight: normal; } @@ -231,6 +236,7 @@ .github-feed .foot { background: #f5f5f5; width: calc(100% - 20px); +/* width: 100%; */ padding: 5px 10px 5px 10px; border-top: 1px solid #d8d8d8; font-size: 0.8em;