Skip to content

Commit d0826db

Browse files
authored
Migrating assets from CDN to local storage (#39)
Updating dependencies Cleaning up inline CSS Removing Google+ Link Remove Pingdom Remove GoogleTagManager
1 parent c02d3d0 commit d0826db

7 files changed

+343
-351
lines changed

composer.lock

+134-139
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/overrides.css

+190-186
Original file line numberDiff line numberDiff line change
@@ -1,186 +1,190 @@
1-
/*
2-
* Reports
3-
*/
4-
5-
.deprecations__file,
6-
.markers__file,
7-
.errors__file {
8-
margin-bottom: 1.25em;
9-
}
10-
11-
.deprecations__file--header,
12-
.markers__file--header,
13-
.errors__file--header {
14-
border-bottom: 1px solid silver;
15-
margin-bottom: 1em;
16-
}
17-
18-
/*
19-
* Class, package, and namespace listings
20-
*/
21-
22-
.namespace__functions,
23-
.namespace__constants,
24-
.namespace__traits,
25-
.namespace__interfaces,
26-
.namespace__classes,
27-
.package__functions,
28-
.package__constants,
29-
.package__traits,
30-
.package__interfaces,
31-
.package__classes {
32-
padding-left: 1.25em;
33-
border-left: 1px dashed #f0f0f0;
34-
}
35-
36-
.element,
37-
.element__node {
38-
border-left: .75em solid #e0e0e0;
39-
border-radius: 5px;
40-
padding: .5em;
41-
margin-bottom: 1em;
42-
}
43-
44-
.element__details {
45-
font-weight: bold;
46-
text-align: center;
47-
color: gray;
48-
border-top: 1px dashed silver;
49-
display: block;
50-
margin-top: 5px;
51-
padding: 5px 0;
52-
border-bottom-left-radius: 5px;
53-
border-bottom-right-radius: 5px;
54-
}
55-
56-
.element__details:hover {
57-
background: #f0f0f0;
58-
color: #444;
59-
text-decoration: none;
60-
}
61-
62-
.method__arguments code {
63-
margin-right: .75em;
64-
}
65-
66-
.node--visibility-public {
67-
border-left-color: #55A72F;
68-
}
69-
70-
.node--visibility-protected {
71-
border-left-color: orange;
72-
}
73-
74-
.node--visibility-private {
75-
border-left-color: red;
76-
}
77-
78-
.element__header,
79-
.node__header {
80-
font-size: 1.2em;
81-
border-bottom: 1px dashed #e0e0e0;
82-
padding-left: .25em;
83-
}
84-
85-
.node--visibility-public .node__header {
86-
border-bottom-color: #55A72F;
87-
}
88-
89-
.node--visibility-protected .node__header {
90-
border-bottom-color: orange;
91-
}
92-
93-
.node--visibility-private .node__header {
94-
border-bottom-color: red;
95-
}
96-
97-
.node__subheader {
98-
font-size: 1.2em;
99-
border-bottom: 1px dashed #e0e0e0;
100-
}
101-
102-
.node--visibility-public .node__subheader {
103-
border-bottom-color: #55A72F;
104-
}
105-
106-
.node--visibility-protected .node__subheader {
107-
border-bottom-color: orange;
108-
}
109-
110-
.node--visibility-private .node__subheader {
111-
border-bottom-color: red;
112-
}
113-
114-
.method__arguments {
115-
margin-left: .75em;
116-
}
117-
118-
/*
119-
* Sidebar
120-
*/
121-
122-
.visibility .btn,
123-
.type-filter .btn {
124-
text-transform: uppercase;
125-
font-size: 9px;
126-
font-weight: bold;
127-
}
128-
129-
/* JS only functionality; disable by default */
130-
.btn-group.visibility, .btn-group.type-filter {
131-
display: none;
132-
}
133-
134-
ul.side-nav {
135-
clear: both;
136-
}
137-
138-
ul.side-nav ul {
139-
text-transform: none;
140-
}
141-
142-
ul.side-nav li {
143-
word-wrap: break-word;
144-
padding-left: 10px;
145-
text-indent: -5px;
146-
}
147-
148-
ul.side-nav li a {
149-
background: transparent no-repeat 5px 3px;
150-
padding-bottom: 0;
151-
}
152-
153-
ul.side-nav li pre {
154-
border: none;
155-
word-wrap: break-word;
156-
text-indent: 0;
157-
padding-bottom: 0;
158-
padding-left: 5px;
159-
}
160-
161-
/*
162-
* Misc styles
163-
*/
164-
165-
#search-query {
166-
height: auto;
167-
}
168-
169-
.dropdown-menu a {
170-
overflow: hidden;
171-
text-overflow: ellipsis;
172-
}
173-
174-
pre code {
175-
border: none;
176-
}
177-
178-
@media (min-width: 768px) {
179-
:target:before {
180-
display: block;
181-
content: " ";
182-
margin-top: -90px;
183-
height: 90px;
184-
visibility: hidden;
185-
}
186-
}
1+
/*
2+
* Reports
3+
*/
4+
5+
.deprecations__file,
6+
.markers__file,
7+
.errors__file {
8+
margin-bottom: 1.25em;
9+
}
10+
11+
.deprecations__file--header,
12+
.markers__file--header,
13+
.errors__file--header {
14+
border-bottom: 1px solid silver;
15+
margin-bottom: 1em;
16+
}
17+
18+
/*
19+
* Class, package, and namespace listings
20+
*/
21+
22+
.namespace__functions,
23+
.namespace__constants,
24+
.namespace__traits,
25+
.namespace__interfaces,
26+
.namespace__classes,
27+
.package__functions,
28+
.package__constants,
29+
.package__traits,
30+
.package__interfaces,
31+
.package__classes {
32+
padding-left: 1.25em;
33+
border-left: 1px dashed #f0f0f0;
34+
}
35+
36+
.element,
37+
.element__node {
38+
border-left: .75em solid #e0e0e0;
39+
border-radius: 5px;
40+
padding: .5em;
41+
margin-bottom: 1em;
42+
}
43+
44+
.element__details {
45+
font-weight: bold;
46+
text-align: center;
47+
color: gray;
48+
border-top: 1px dashed silver;
49+
display: block;
50+
margin-top: 5px;
51+
padding: 5px 0;
52+
border-bottom-left-radius: 5px;
53+
border-bottom-right-radius: 5px;
54+
}
55+
56+
.element__details:hover {
57+
background: #f0f0f0;
58+
color: #444;
59+
text-decoration: none;
60+
}
61+
62+
.method__arguments code {
63+
margin-right: .75em;
64+
}
65+
66+
.node--visibility-public {
67+
border-left-color: #55A72F;
68+
}
69+
70+
.node--visibility-protected {
71+
border-left-color: orange;
72+
}
73+
74+
.node--visibility-private {
75+
border-left-color: red;
76+
}
77+
78+
.element__header,
79+
.node__header {
80+
font-size: 1.2em;
81+
border-bottom: 1px dashed #e0e0e0;
82+
padding-left: .25em;
83+
}
84+
85+
.node--visibility-public .node__header {
86+
border-bottom-color: #55A72F;
87+
}
88+
89+
.node--visibility-protected .node__header {
90+
border-bottom-color: orange;
91+
}
92+
93+
.node--visibility-private .node__header {
94+
border-bottom-color: red;
95+
}
96+
97+
.node__subheader {
98+
font-size: 1.2em;
99+
border-bottom: 1px dashed #e0e0e0;
100+
}
101+
102+
.node--visibility-public .node__subheader {
103+
border-bottom-color: #55A72F;
104+
}
105+
106+
.node--visibility-protected .node__subheader {
107+
border-bottom-color: orange;
108+
}
109+
110+
.node--visibility-private .node__subheader {
111+
border-bottom-color: red;
112+
}
113+
114+
.method__arguments {
115+
margin-left: .75em;
116+
}
117+
118+
/*
119+
* Sidebar
120+
*/
121+
122+
.visibility .btn,
123+
.type-filter .btn {
124+
text-transform: uppercase;
125+
font-size: 9px;
126+
font-weight: bold;
127+
}
128+
129+
/* JS only functionality; disable by default */
130+
.btn-group.visibility, .btn-group.type-filter {
131+
display: none;
132+
}
133+
134+
ul.side-nav {
135+
clear: both;
136+
}
137+
138+
ul.side-nav ul {
139+
text-transform: none;
140+
}
141+
142+
ul.side-nav li {
143+
word-wrap: break-word;
144+
padding-left: 10px;
145+
text-indent: -5px;
146+
}
147+
148+
ul.side-nav li a {
149+
background: transparent no-repeat 5px 3px;
150+
padding-bottom: 0;
151+
}
152+
153+
ul.side-nav li pre {
154+
border: none;
155+
word-wrap: break-word;
156+
text-indent: 0;
157+
padding-bottom: 0;
158+
padding-left: 5px;
159+
}
160+
161+
/*
162+
* Misc styles
163+
*/
164+
165+
#search-query {
166+
height: auto;
167+
}
168+
169+
.dropdown-menu a {
170+
overflow: hidden;
171+
text-overflow: ellipsis;
172+
}
173+
174+
pre code {
175+
border: none;
176+
}
177+
178+
@media (min-width: 768px) {
179+
:target:before {
180+
display: block;
181+
content: " ";
182+
margin-top: -90px;
183+
height: 90px;
184+
visibility: hidden;
185+
}
186+
}
187+
188+
h1, h2, h3, h4, h5, h6 {
189+
font-family: 'Open Sans', sans-serif;
190+
}

js/bootstrap.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery-1.12.4.min.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery-migrate-1.4.1.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)