Skip to content

Commit d7eb6e1

Browse files
committed
Build: remove dates from copyright notice
1 parent 28fe8bd commit d7eb6e1

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

LICENSE.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright 2011, 2014 jQuery Foundation and other contributors,
2-
https://jquery.org/
1+
Copyright jQuery Foundation and other contributors, https://jquery.org/
32

43
This software consists of voluntary contributions made by many
54
individuals. For exact contribution history, see the revision history

themes/jquery/css/base.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Copyright 2014 jQuery Foundation and other contributors
1+
/*! Copyright jQuery Foundation and other contributors
22
* Includes:
33
* - normalize.css v1.0.1 | MIT License | git.io/normalize
44
* - Font Awesome - http://fortawesome.github.com/Font-Awesome - CC BY 3.0
@@ -1583,32 +1583,32 @@ iframe {
15831583
border-right: none;
15841584
}
15851585

1586-
#container,
1586+
#container,
15871587
footer {
15881588
border-top: 1px solid #7ACEF4;
15891589
}
15901590

1591-
.jquery-ui #container,
1591+
.jquery-ui #container,
15921592
.jquery-ui footer {
15931593
border-top-color: #FAA523;
15941594
}
15951595

1596-
.jquery-mobile #container,
1596+
.jquery-mobile #container,
15971597
.jquery-mobile footer {
15981598
border-top-color: #3EB249;
15991599
}
16001600

1601-
.sizzlejs #container,
1601+
.sizzlejs #container,
16021602
.sizzlejs footer {
16031603
border-top-color: #FAA523;
16041604
}
16051605

1606-
.qunitjs #container,
1606+
.qunitjs #container,
16071607
.qunitjs footer {
16081608
border-top-color: #9C3493;
16091609
}
16101610

1611-
.jquery-learn #container,
1611+
.jquery-learn #container,
16121612
.jquery-learn footer {
16131613
border-top-color: #333;
16141614
}
@@ -2195,7 +2195,7 @@ p.author a {
21952195
padding: 20px;
21962196
}
21972197

2198-
#banner-secondary h1,
2198+
#banner-secondary h1,
21992199
#banner-secondary h2 {
22002200
margin-bottom: 0;
22012201
color: #fff;
@@ -3054,15 +3054,15 @@ footer .books li a cite {
30543054
margin: 0px;
30553055
padding: 0px;
30563056
}
3057-
3057+
30583058
nav#main ul li, nav#main ul li a {
30593059
display: block;
30603060
text-align: left !important;
30613061
float: left;
30623062
margin-right: 0px;
30633063
padding: 0 4px 4px 0;
30643064
}
3065-
3065+
30663066

30673067
nav#main li a:hover,
30683068
nav#main li.current a {
@@ -3072,11 +3072,11 @@ footer .books li a cite {
30723072
border-radius: 4px;
30733073
border: 1px solid rgba(0,0,0,0.0);
30743074
}
3075-
3075+
30763076
nav#main li a {
30773077
font-size: 14px;
30783078
}
3079-
3079+
30803080
#content-wrapper {
30813081
border-top-left-radius: 10px;
30823082
border-top-right-radius: 10px;
@@ -3127,8 +3127,8 @@ footer .books li a cite {
31273127
}
31283128

31293129
@media only screen and (max-width: 480px) {
3130-
3131-
#global-nav {
3130+
3131+
#global-nav {
31323132
display: none;
31333133
}
31343134

@@ -3157,31 +3157,31 @@ footer .books li a cite {
31573157
top: 6px;
31583158
left: 0px;
31593159
}
3160-
3160+
31613161
nav#main {
31623162
margin-top: 15px;
31633163
padding-top: 0;
31643164
}
3165-
3165+
31663166
nav#main .searchform {
31673167
display: block;
31683168
float: none;
31693169
width: 100%;
31703170
margin: 15px auto;
31713171
}
3172-
3172+
31733173
nav#main ul li, nav#main ul li a {
31743174
float: none;
3175-
padding: 6px 0px 6px 8px;
3175+
padding: 6px 0px 6px 8px;
31763176
}
3177-
3177+
31783178
.constrain,
31793179
#container {
31803180
padding-left: 10px;
31813181
padding-right: 10px;
31823182
}
31833183

3184-
.content-full #content,
3184+
.content-full #content,
31853185
.content-full.full-width #content,
31863186
.content-right #content,
31873187
.content-left #content {

0 commit comments

Comments
 (0)