Skip to content

Commit 64b65f3

Browse files
committed
Fix all occurrences of broken CSS rule
1 parent 107bd5f commit 64b65f3

File tree

32 files changed

+352
-352
lines changed

32 files changed

+352
-352
lines changed

static/1.10.1/css/landing.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
margin: 0;
100100
width: 100%;
101101
transition: background 0.3s;
102-
text-indent 2px;
102+
text-indent: 2px;
103103
}
104104

105105
#replin:focus {
@@ -118,8 +118,8 @@
118118

119119
/* Github Banner */
120120

121-
.github-corner:hover .octo-arm{
122-
animation:octocat-wave 560ms ease-in-out;
121+
.github-corner:hover .octo-arm {
122+
animation: octocat-wave 560ms ease-in-out;
123123
}
124124

125125
/* Donate button */
@@ -128,23 +128,23 @@
128128
margin: 0 15px;
129129
}
130130

131-
@keyframes octocat-wave{
131+
@keyframes octocat-wave {
132132
0%, 100% {
133-
transform:rotate(0);
133+
transform: rotate(0);
134134
}
135135
20%, 60% {
136-
transform:rotate(-25deg);
136+
transform: rotate(-25deg);
137137
}
138-
40%, 80%{
139-
transform:rotate(10deg);
138+
40%, 80% {
139+
transform: rotate(10deg);
140140
}
141141
}
142142

143143
@media (max-width:500px) {
144144
.github-corner:hover .octo-arm {
145-
animation:none;
145+
animation: none;
146146
}
147147
.github-corner .octo-arm {
148-
animation:octocat-wave 560ms ease-in-out;
148+
animation: octocat-wave 560ms ease-in-out;
149149
}
150-
}
150+
}

static/1.11.1/css/landing.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
margin: 0;
100100
width: 100%;
101101
transition: background 0.3s;
102-
text-indent 2px;
102+
text-indent: 2px;
103103
}
104104

105105
#replin:focus {
@@ -118,8 +118,8 @@
118118

119119
/* Github Banner */
120120

121-
.github-corner:hover .octo-arm{
122-
animation:octocat-wave 560ms ease-in-out;
121+
.github-corner:hover .octo-arm {
122+
animation: octocat-wave 560ms ease-in-out;
123123
}
124124

125125
/* Donate button */
@@ -128,23 +128,23 @@
128128
margin: 0 15px;
129129
}
130130

131-
@keyframes octocat-wave{
131+
@keyframes octocat-wave {
132132
0%, 100% {
133-
transform:rotate(0);
133+
transform: rotate(0);
134134
}
135135
20%, 60% {
136-
transform:rotate(-25deg);
136+
transform: rotate(-25deg);
137137
}
138-
40%, 80%{
139-
transform:rotate(10deg);
138+
40%, 80% {
139+
transform: rotate(10deg);
140140
}
141141
}
142142

143143
@media (max-width:500px) {
144144
.github-corner:hover .octo-arm {
145-
animation:none;
145+
animation: none;
146146
}
147147
.github-corner .octo-arm {
148-
animation:octocat-wave 560ms ease-in-out;
148+
animation: octocat-wave 560ms ease-in-out;
149149
}
150-
}
150+
}

static/1.12.2/css/landing.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
margin: 0;
100100
width: 100%;
101101
transition: background 0.3s;
102-
text-indent 2px;
102+
text-indent: 2px;
103103
}
104104

105105
#replin:focus {
@@ -118,8 +118,8 @@
118118

119119
/* Github Banner */
120120

121-
.github-corner:hover .octo-arm{
122-
animation:octocat-wave 560ms ease-in-out;
121+
.github-corner:hover .octo-arm {
122+
animation: octocat-wave 560ms ease-in-out;
123123
}
124124

125125
/* Donate button */
@@ -128,23 +128,23 @@
128128
margin: 0 15px;
129129
}
130130

131-
@keyframes octocat-wave{
131+
@keyframes octocat-wave {
132132
0%, 100% {
133-
transform:rotate(0);
133+
transform: rotate(0);
134134
}
135135
20%, 60% {
136-
transform:rotate(-25deg);
136+
transform: rotate(-25deg);
137137
}
138-
40%, 80%{
139-
transform:rotate(10deg);
138+
40%, 80% {
139+
transform: rotate(10deg);
140140
}
141141
}
142142

143143
@media (max-width:500px) {
144144
.github-corner:hover .octo-arm {
145-
animation:none;
145+
animation: none;
146146
}
147147
.github-corner .octo-arm {
148-
animation:octocat-wave 560ms ease-in-out;
148+
animation: octocat-wave 560ms ease-in-out;
149149
}
150-
}
150+
}

static/1.13.1/css/landing.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
margin: 0;
100100
width: 100%;
101101
transition: background 0.3s;
102-
text-indent 2px;
102+
text-indent: 2px;
103103
}
104104

105105
#replin:focus {
@@ -118,8 +118,8 @@
118118

119119
/* Github Banner */
120120

121-
.github-corner:hover .octo-arm{
122-
animation:octocat-wave 560ms ease-in-out;
121+
.github-corner:hover .octo-arm {
122+
animation: octocat-wave 560ms ease-in-out;
123123
}
124124

125125
/* Donate button */
@@ -128,23 +128,23 @@
128128
margin: 0 15px;
129129
}
130130

131-
@keyframes octocat-wave{
131+
@keyframes octocat-wave {
132132
0%, 100% {
133-
transform:rotate(0);
133+
transform: rotate(0);
134134
}
135135
20%, 60% {
136-
transform:rotate(-25deg);
136+
transform: rotate(-25deg);
137137
}
138-
40%, 80%{
139-
transform:rotate(10deg);
138+
40%, 80% {
139+
transform: rotate(10deg);
140140
}
141141
}
142142

143143
@media (max-width:500px) {
144144
.github-corner:hover .octo-arm {
145-
animation:none;
145+
animation: none;
146146
}
147147
.github-corner .octo-arm {
148-
animation:octocat-wave 560ms ease-in-out;
148+
animation: octocat-wave 560ms ease-in-out;
149149
}
150-
}
150+
}

static/1.15.0/css/landing.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
margin: 0;
100100
width: 100%;
101101
transition: background 0.3s;
102-
text-indent 2px;
102+
text-indent: 2px;
103103
}
104104

105105
#replin:focus {
@@ -118,8 +118,8 @@
118118

119119
/* Github Banner */
120120

121-
.github-corner:hover .octo-arm{
122-
animation:octocat-wave 560ms ease-in-out;
121+
.github-corner:hover .octo-arm {
122+
animation: octocat-wave 560ms ease-in-out;
123123
}
124124

125125
/* Donate button */
@@ -128,23 +128,23 @@
128128
margin: 0 15px;
129129
}
130130

131-
@keyframes octocat-wave{
131+
@keyframes octocat-wave {
132132
0%, 100% {
133-
transform:rotate(0);
133+
transform: rotate(0);
134134
}
135135
20%, 60% {
136-
transform:rotate(-25deg);
136+
transform: rotate(-25deg);
137137
}
138-
40%, 80%{
139-
transform:rotate(10deg);
138+
40%, 80% {
139+
transform: rotate(10deg);
140140
}
141141
}
142142

143143
@media (max-width:500px) {
144144
.github-corner:hover .octo-arm {
145-
animation:none;
145+
animation: none;
146146
}
147147
.github-corner .octo-arm {
148-
animation:octocat-wave 560ms ease-in-out;
148+
animation: octocat-wave 560ms ease-in-out;
149149
}
150-
}
150+
}

static/1.16.1/css/landing.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
margin: 0;
100100
width: 100%;
101101
transition: background 0.3s;
102-
text-indent 2px;
102+
text-indent: 2px;
103103
}
104104

105105
#replin:focus {
@@ -118,8 +118,8 @@
118118

119119
/* Github Banner */
120120

121-
.github-corner:hover .octo-arm{
122-
animation:octocat-wave 560ms ease-in-out;
121+
.github-corner:hover .octo-arm {
122+
animation: octocat-wave 560ms ease-in-out;
123123
}
124124

125125
/* Donate button */
@@ -128,23 +128,23 @@
128128
margin: 0 15px;
129129
}
130130

131-
@keyframes octocat-wave{
131+
@keyframes octocat-wave {
132132
0%, 100% {
133-
transform:rotate(0);
133+
transform: rotate(0);
134134
}
135135
20%, 60% {
136-
transform:rotate(-25deg);
136+
transform: rotate(-25deg);
137137
}
138-
40%, 80%{
139-
transform:rotate(10deg);
138+
40%, 80% {
139+
transform: rotate(10deg);
140140
}
141141
}
142142

143143
@media (max-width:500px) {
144144
.github-corner:hover .octo-arm {
145-
animation:none;
145+
animation: none;
146146
}
147147
.github-corner .octo-arm {
148-
animation:octocat-wave 560ms ease-in-out;
148+
animation: octocat-wave 560ms ease-in-out;
149149
}
150-
}
150+
}

static/1.17.1/css/landing.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
margin: 0;
100100
width: 100%;
101101
transition: background 0.3s;
102-
text-indent 2px;
102+
text-indent: 2px;
103103
}
104104

105105
#replin:focus {
@@ -118,8 +118,8 @@
118118

119119
/* Github Banner */
120120

121-
.github-corner:hover .octo-arm{
122-
animation:octocat-wave 560ms ease-in-out;
121+
.github-corner:hover .octo-arm {
122+
animation: octocat-wave 560ms ease-in-out;
123123
}
124124

125125
/* Donate button */
@@ -128,23 +128,23 @@
128128
margin: 0 15px;
129129
}
130130

131-
@keyframes octocat-wave{
131+
@keyframes octocat-wave {
132132
0%, 100% {
133-
transform:rotate(0);
133+
transform: rotate(0);
134134
}
135135
20%, 60% {
136-
transform:rotate(-25deg);
136+
transform: rotate(-25deg);
137137
}
138-
40%, 80%{
139-
transform:rotate(10deg);
138+
40%, 80% {
139+
transform: rotate(10deg);
140140
}
141141
}
142142

143143
@media (max-width:500px) {
144144
.github-corner:hover .octo-arm {
145-
animation:none;
145+
animation: none;
146146
}
147147
.github-corner .octo-arm {
148-
animation:octocat-wave 560ms ease-in-out;
148+
animation: octocat-wave 560ms ease-in-out;
149149
}
150-
}
150+
}

0 commit comments

Comments
 (0)