Skip to content

Commit a4894a8

Browse files
authored
Merge branch 'gh-pages' into patch-1
2 parents c36a753 + 6b1b52d commit a4894a8

32 files changed

+280
-12577
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/_site
33
/node_modules
44
/.bundle
5-
assets/vendor/clipboard/src
6-
assets/vendor/clipboard/test
75
assets/vendor/hint.css/src
86
/vendor
97
/.sass-cache

_config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ defaults:
2020
layout: license
2121

2222
exclude:
23-
- app.coffee
2423
- CNAME
2524
- CONTRIBUTING.md
2625
- Gemfile
@@ -32,15 +31,13 @@ exclude:
3231
- vendor/bundle
3332
- spec
3433
- assets/vendor/selectivizr/tests
35-
- assets/vendor/clipboard/test
3634
- assets/vendor/*/README.*
3735
- license-list-XML
3836

3937
plugins:
4038
- jekyll-sitemap
4139
- jekyll-redirect-from
4240
- jekyll-seo-tag
43-
- jekyll-coffeescript
4441
- jekyll-github-metadata # For 'Improve this page' links
4542

4643
sass:

_includes/footer.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
</div> <!-- /container -->
1717

1818
{% if page.collection == "licenses" or page.class == "license-types" %}
19-
<script src="{{ 'assets/vendor/jquery/jquery.min.js' | relative_url }}"></script>
20-
<script src="{{ 'assets/vendor/clipboard/dist/clipboard.min.js' | relative_url }}"></script>
2119
<script>
2220
window.annotations = {{ site.data.rules | jsonify }};
2321
{% if page.collection == "licenses" %}

assets/css/application.scss

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
---
22
---
33

4-
@import "../vendor/normalize-css/normalize.css";
4+
/* Minimal base reset to replace normalize.css */
5+
*, *::before, *::after {
6+
box-sizing: border-box;
7+
}
8+
9+
html {
10+
-webkit-text-size-adjust: 100%;
11+
text-size-adjust: 100%;
12+
}
13+
14+
body {
15+
margin: 0;
16+
}
17+
18+
button, input, optgroup, select, textarea {
19+
font: inherit;
20+
}
21+
22+
img {
23+
border: 0;
24+
}
25+
526
@import "../vendor/hint.css/hint.min.css";
627

728
body {
@@ -490,7 +511,7 @@ strong {
490511

491512
.tooltip--permissions:after{
492513
background-color: #d8f4d7;
493-
color: #298625;
514+
color: #1a5818;
494515
border-color: #3dc637;
495516
}
496517

assets/js/app.coffee

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)