Skip to content

Commit 0a2b838

Browse files
committed
got rid of a few extraneous things in the css
1 parent d3db122 commit 0a2b838

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

style.css

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,18 @@
33
text-align: center;
44
}
55

6-
#loginButton {
7-
margin-top: 20px;
8-
}
9-
10-
#rateLimitMessage {
11-
text-align: center;
12-
}
6+
#loginButton { margin-top: 20px; }
137

148
h1 a { color: black; }
159
h1 a:hover { color: black; text-decoration: none; }
1610

17-
nav.paginator:nth-child(1) {
18-
margin-top: -74px;
19-
}
20-
21-
table {
22-
float: left;
23-
}
11+
table { float: left; }
2412

2513
@keyframes spinner {
2614
to {transform: rotate(360deg);}
2715
}
2816

2917
.spinner:before {
30-
content: 'Loading…';
3118
position: absolute;
3219
left: 50%;
3320
width: 100px;
@@ -43,4 +30,3 @@ table {
4330
border-top-color: rgba(130, 130, 130, 1);
4431
animation: spinner 1s linear infinite;
4532
}
46-

0 commit comments

Comments
 (0)