diff --git a/.gitignore b/.gitignore index d5a931a..a1b5694 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ assets/vendor/clipboard/src assets/vendor/clipboard/test assets/vendor/selectivizr/tests -assets/vendor/qtip2/basic +assets/vendor/hint.css/src /vendor /.sass-cache .ruby-version diff --git a/README.md b/README.md index e78c1fd..cd8d191 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ sudo apt-get install make cmake ### Installing and Running the tool ```bash -git clone https://github.com/github/choosealicense.com.git +git clone https://github.com/github/choosealicense.com.git --recursive cd choosealicense.com ./script/bootstrap ./script/server diff --git a/_includes/css/responsive.css b/_includes/css/responsive.css index b104d27..39dd8f5 100644 --- a/_includes/css/responsive.css +++ b/_includes/css/responsive.css @@ -46,6 +46,10 @@ .license-body { width: calc(100% - 250px); } + + .hint--large::after{ + width: 150px; + } } /* iPads (portrait) ----------- */ @@ -162,6 +166,10 @@ .license-rules:not(.license-rules-sidebar) .license-limitations span { background-position: -14px 0; } + + .hint--large::after{ + width: 80px; + } } /* Smartphones (portrait) ----------- */ diff --git a/_includes/footer.html b/_includes/footer.html index 5c4d88d..976640a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -17,7 +17,6 @@ {% if page.collection == "licenses" or page.class == "license-types" %} -