We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3db122 commit 0a2b838Copy full SHA for 0a2b838
style.css
@@ -3,31 +3,18 @@
3
text-align: center;
4
}
5
6
-#loginButton {
7
- margin-top: 20px;
8
-}
9
-
10
-#rateLimitMessage {
11
- text-align: center;
12
+#loginButton { margin-top: 20px; }
13
14
h1 a { color: black; }
15
h1 a:hover { color: black; text-decoration: none; }
16
17
-nav.paginator:nth-child(1) {
18
- margin-top: -74px;
19
20
21
-table {
22
- float: left;
23
+table { float: left; }
24
25
@keyframes spinner {
26
to {transform: rotate(360deg);}
27
28
29
.spinner:before {
30
- content: 'Loading…';
31
position: absolute;
32
left: 50%;
33
width: 100px;
@@ -43,4 +30,3 @@ table {
43
border-top-color: rgba(130, 130, 130, 1);
44
animation: spinner 1s linear infinite;
45
46
0 commit comments