From 0a2b83827109df44b580e2f781aa5cf960197ab6 Mon Sep 17 00:00:00 2001 From: pavelkomarov Date: Tue, 15 Oct 2024 11:55:32 -0700 Subject: [PATCH] got rid of a few extraneous things in the css --- style.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/style.css b/style.css index 6bba57a..0873aeb 100755 --- a/style.css +++ b/style.css @@ -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; @@ -43,4 +30,3 @@ table { border-top-color: rgba(130, 130, 130, 1); animation: spinner 1s linear infinite; } -