Skip to content

Commit

Permalink
got rid of a few extraneous things in the css
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Oct 15, 2024
1 parent d3db122 commit 0a2b838
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,18 @@
text-align: center;
}

#loginButton {
margin-top: 20px;
}

#rateLimitMessage {
text-align: center;
}
#loginButton { margin-top: 20px; }

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

nav.paginator:nth-child(1) {
margin-top: -74px;
}

table {
float: left;
}
table { float: left; }

@keyframes spinner {
to {transform: rotate(360deg);}
}

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

0 comments on commit 0a2b838

Please sign in to comment.